DataSchema.pick()method
pick(...keys: K[]): DataSchema<Pick<T, K>>
Make a new DataSchema that only uses a defined subset of the current props.
pick(...keys: K[]): DataSchema<Pick<T, K>>
Make a new DataSchema that only uses a defined subset of the current props.