Skip to content

Commit

Permalink
chore: Add Buffer[] to PrimitiveValue (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amine-H authored Mar 29, 2023
1 parent 6ab54f7 commit 9c8a74f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typings/objection/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ declare namespace Objection {
| boolean[]
| Date[]
| null
| Buffer;
| Buffer
| Buffer[];

type Expression<T> = T | Raw | ReferenceBuilder | ValueBuilder | AnyQueryBuilder;

Expand Down

0 comments on commit 9c8a74f

Please sign in to comment.