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
Optional
from?: "custom" | "pexels" | "unsplash" | "ai"
Optional
poster_background_size?: BackgroundSize
Optional
poster_url?: string
type: "image" | "video"