Skip to content

Commit

Permalink
Associate Buffer with BinarySchema
Browse files Browse the repository at this point in the history
  • Loading branch information
jpage-godaddy authored and Marsup committed Aug 27, 2023
1 parent 4274f62 commit acd0ae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.d.ts
Expand Up @@ -797,6 +797,8 @@ declare namespace Joi {
? Joi.BooleanSchema
: T extends NullableType<Date>
? Joi.DateSchema
: T extends NullableType<Buffer>
? Joi.BinarySchema
: T extends NullableType<Array<any>>
? Joi.ArraySchema
: T extends NullableType<object>
Expand Down

0 comments on commit acd0ae4

Please sign in to comment.