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