export default interface IWhenMemberOfProps {
    children: any;
    groups: string[];
}
