import type { UserGroup } from '../proto-build/compiled'; export type TFixedUserGroup = Omit & { admissionFee: number; subscriptionPrice: number; membercardCancellationDescription: string; subscriptionInterval?: number; memberLimit?: number; customMetadata: { [key: string]: string }; };