@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Variable previewCreativeConst

    previewCreative: {
        single: (
            fields: Omit<PreviewCreativeSingleResponse, "response_type">,
        ) => Tagged<PreviewCreativeSingleResponse, "single">;
        batch: (
            fields: Omit<PreviewCreativeBatchResponse, "response_type">,
        ) => Tagged<PreviewCreativeBatchResponse, "batch">;
        variant: (
            fields: Omit<PreviewCreativeVariantResponse, "response_type">,
        ) => Tagged<PreviewCreativeVariantResponse, "variant">;
    } = ...

    Grouped accessor for the three PreviewCreativeResponse variants.

    Type Declaration