Tracking data on ASSET-LIST root level

interface InterstitialAssetListData {
    customAttributes: {
        [key: string]: any;
    };
}

Hierarchy (view full)

Properties

Properties

customAttributes: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any