UNPKG

185 BTypeScriptView Raw
1import { Fields } from '@loopback/filter';
2export declare function includeFieldIfNot<MT>(fields: Fields<MT> | undefined, fieldToInclude: Extract<keyof MT, string>): false | Fields<MT>;