/** * This is auto-generated file, don't modify this file manually */ export declare const UsersUserRelationEnumNames: { readonly NOT_SPECIFIED: 0; readonly SINGLE: 1; readonly IN_A_RELATIONSHIP: 2; readonly ENGAGED: 3; readonly MARRIED: 4; readonly COMPLICATED: 5; readonly ACTIVELY_SEARCHING: 6; readonly IN_LOVE: 7; readonly IN_A_CIVIL_UNION: 8; }; /** * @note This enum have auto-generated constant with keys and values * @see UsersUserRelationEnumNames * * `0` — not specified * `1` — single * `2` — in a relationship * `3` — engaged * `4` — married * `5` — complicated * `6` — actively searching * `7` — in love * `8` — in a civil union */ export declare type UsersUserRelation = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;