Type alias RoleWithResourcesFragment

RoleWithResourcesFragment: {
    __typename?: "Role";
    description: string;
    id: string;
    resources: {
        __typename?: "Resource";
        allows: string[];
        disallows: string[];
        id: string;
        name: string;
    }[];
}

Type declaration

  • Optional __typename?: "Role"
  • description: string
  • id: string
  • resources: {
        __typename?: "Resource";
        allows: string[];
        disallows: string[];
        id: string;
        name: string;
    }[]

Generated using TypeDoc