Type Alias ExternalLinkSelection

ExternalLinkSelection: {
    content_type: "video" | "image";
    from: "custom" | "pexels" | "unsplash" | "ai";
    type: "external_link";
    url: string;
}

Type declaration

  • content_type: "video" | "image"
  • from: "custom" | "pexels" | "unsplash" | "ai"
  • type: "external_link"
  • url: string