export interface IApiAuthorizationResourceFieldDefinition {
    isFilterable: boolean;
    path: string;
    queryPath: string;
}
