/** * This is auto-generated file, don't modify this file manually */ export declare const GroupsGroupAdminLevelEnumNames: { readonly MODERATOR: 1; readonly EDITOR: 2; readonly ADMINISTRATOR: 3; }; /** * Level of current user's credentials as manager * * @note This enum have auto-generated constant with keys and values * @see GroupsGroupAdminLevelEnumNames * * `1` — moderator * `2` — editor * `3` — administrator */ export declare type GroupsGroupAdminLevel = 1 | 2 | 3;