UNPKG

@loopback/repository

Version:

Define and implement a common set of interfaces for interacting with databases

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