Skip to content

Commit

Permalink
fix: use correct document array type (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
thantos authored Apr 13, 2022
1 parent 8c3c220 commit d72c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attribute-value.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type DocumentValue =
| boolean
| number
| string
| Document[]
| DocumentValue[]
| NativeBinaryAttribute
| {
[key: string]: DocumentValue;
Expand Down

0 comments on commit d72c099

Please sign in to comment.