/** * This is auto-generated file, don't modify this file manually */ export declare const AdsAdCostTypeEnumNames: { readonly PER_CLICKS: 0; readonly PER_IMPRESSIONS: 1; readonly PER_ACTIONS: 2; readonly PER_IMPRESSIONS_OPTIMIZED: 3; }; /** * Cost type * * @note This enum have auto-generated constant with keys and values * @see AdsAdCostTypeEnumNames * * `0` — per clicks * `1` — per impressions * `2` — per actions * `3` — per impressions optimized */ export declare type AdsAdCostType = 0 | 1 | 2 | 3;