@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface LegacyManageListCreativesResponse

    interface LegacyManageListCreativesResponse {
        success: boolean;
        creatives: CreativeLibraryItem[];
        total_count: number;
        pagination?: {
            offset: number;
            limit: number;
            has_more: boolean;
            next_cursor?: string;
        };
    }
    Index

    Properties

    success: boolean
    creatives: CreativeLibraryItem[]
    total_count: number
    pagination?: {
        offset: number;
        limit: number;
        has_more: boolean;
        next_cursor?: string;
    }