export default interface IWhenMemberOfGroupProps {
    children: any;
    group: string;
}
