export default class GroupType {
    static Normal: number;
    static Free: number;
    static Restricted: number;
    static Organization: number;
}
