Closed jpage-godaddy closed 1 year ago
This fixes the ability do have types like:
type Photo = { id: number, caption: string, content: Buffer }; const schemaProps: SchemaMap<Photo, true> = { id: Joi.number(), caption: Joi.string(), content: Joi.binary() };
Thanks!
This fixes the ability do have types like: