Skip to main content
Skip to main content

Writable

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

Type parameters

TobjectRequired
Was this section helpful?