Skip to main content

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