Type Alias ExternalMultimediaAssetType
ExternalMultimediaAssetType: { asset_type: typeof MULTIMEDIA_IMG_TYPE.external; external_url: string; from?: "custom" | "pexels" | "unsplash" | "ai"; horizontal_alignment?: MultimediaHorizontalAlignmentOptions; poster_background_size?: BackgroundSize; poster_url?: string; type: "image" | "video";} Type declaration
asset_type: typeof MULTIMEDIA_IMG_TYPE.external
external_url: string
Optionalfrom?: "custom" | "pexels" | "unsplash" | "ai"
Optionalposter_background_size?: BackgroundSize
Optionalposter_url?: string
type: "image" | "video"