/** * This is auto-generated file, don't modify this file manually */ export declare const GroupsGroupAgeLimitsEnumNames: { readonly UNLIMITED: 1; readonly '16_PLUS': 2; readonly '18_PLUS': 3; }; /** * @note This enum have auto-generated constant with keys and values * @see GroupsGroupAgeLimitsEnumNames * * `1` — unlimited * `2` — 16 plus * `3` — 18 plus */ export declare type GroupsGroupAgeLimits = 1 | 2 | 3;