export default interface IWhenHasClaimsProps {
    children: any;
    claims: string[];
}
