Skip to content

Commit 519e3c0

Browse files
committed
fix(json-api-nestjs): Fix review comment
1 parent d0277e7 commit 519e3c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/json-api/json-shared-type/src/types/entity-type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export type EntityField =
22
| string
33
| number
4+
| bigint
45
| boolean
56
| string[]
67
| number[]

0 commit comments

Comments
 (0)