/** * This is auto-generated file, don't modify this file manually */ export declare const GroupsGroupPhotosEnumNames: { readonly DISABLED: 0; readonly OPEN: 1; readonly LIMITED: 2; }; /** * @note This enum have auto-generated constant with keys and values * @see GroupsGroupPhotosEnumNames * * `0` — disabled * `1` — open * `2` — limited */ export declare type GroupsGroupPhotos = 0 | 1 | 2;