Skip to content

Commit

Permalink
sss
Browse files Browse the repository at this point in the history
  • Loading branch information
arcaela committed May 27, 2024
1 parent 8aff121 commit 664e1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export type Inmutables = boolean | string | number | bigint;
*/
export type JsonObject =
| {
[K: string | number]: boolean | string | number | bigint | JsonObject;
[K: string | number | symbol]: Inmutables | null | undefined | JsonObject;
}
| JsonObject[];

Expand Down

0 comments on commit 664e1aa

Please sign in to comment.