Variable MEMBER_ROLEConst

MEMBER_ROLE: {
    [key in MemberRole]: {
        label: string;
        value: MemberRole;
    }
} = ...