/** * This is auto-generated file, don't modify this file manually */ export declare const AdsCampaignStatusEnumNames: { readonly STOPPED: 0; readonly STARTED: 1; readonly DELETED: 2; }; /** * Campaign status * * @note This enum have auto-generated constant with keys and values * @see AdsCampaignStatusEnumNames * * `0` — stopped * `1` — started * `2` — deleted */ export declare type AdsCampaignStatus = 0 | 1 | 2;