KeyofSchema<ObjectSchema>
KeyofSchema<ObjectSchema> = Schema<keyof Infer<ObjectSchema> & string> & object
Schema for keyof transform.
Type Declaration
type: "keyof"
objectSchema: ObjectSchema
Type Parameters
ObjectSchema: ObjectSchema extends GenericSchema
The object schema type
Since
2.0.0