- Preparing search index...
- The search index is not available
chatrpc
Type alias ObjectSchema<T>
ObjectSchema<T>: { properties: { [K in keyof T]: Schema<T[K]> }; required?: (keyof T)[]; type: "object"; }
Type declaration
-
properties: {
[K in keyof T]: Schema<T[K]>
}
-
Optional
required?: (keyof T)[]
-
type: "object"