@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface CreativeSubAsset

    interface CreativeSubAsset {
        id: string;
        name: string;
        type: "companion" | "thumbnail" | "preview";
        media_url: string;
        dimensions?: { width: number; height: number };
    }
    Index

    Properties

    id: string
    name: string
    type: "companion" | "thumbnail" | "preview"
    media_url: string
    dimensions?: { width: number; height: number }