export interface UserClaim { claim: string; operation: string; resource: string; }