@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface CSSAsset

    CSS stylesheet asset

    interface CSSAsset {
        asset_type: "css";
        content: string;
        media?: string;
        provenance?: Provenance;
    }
    Index

    Properties

    asset_type: "css"

    Discriminator identifying this as a CSS asset. See /schemas/creative/asset-types for the registry.

    content: string

    CSS content

    media?: string

    CSS media query context (e.g., 'screen', 'print')

    provenance?: Provenance