Skip to main content
Skip to main content

Writable

Writable: { -readonly [key in keyof T]: T[key] | FindOperator<T[key]> | FindOperator<T[key][]> | FindOperator<string[]> }

Type Parameters

TobjectRequired
Was this section helpful?