ImageSourceData
type ImageSourceData = | { bytes: Uint8Array;} | { location: S3LocationData;} | { url: string;};Defined in: src/types/media.ts:141
Source for an image (Data version). Supports multiple formats for different providers.
type ImageSourceData = | { bytes: Uint8Array;} | { location: S3LocationData;} | { url: string;};Defined in: src/types/media.ts:141
Source for an image (Data version). Supports multiple formats for different providers.