Skip to content

field

field(name): object

Defined in: output-transform/spec.ts:240

string

object

equals: (value) => OutputPredicate

unknown

OutputPredicate

gt: (value) => OutputPredicate

number

OutputPredicate

gte: (value) => OutputPredicate

number

OutputPredicate

in: (values) => OutputPredicate

readonly unknown[]

OutputPredicate

lt: (value) => OutputPredicate

number

OutputPredicate

lte: (value) => OutputPredicate

number

OutputPredicate

notEquals: (value) => OutputPredicate

unknown

OutputPredicate

notNull: () => OutputPredicate

OutputPredicate