Skip to content

Commit

Permalink
refactor: removing JSON type
Browse files Browse the repository at this point in the history
  • Loading branch information
yUnreal committed May 21, 2024
1 parent b1d9bba commit 5188d72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/typings/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export interface MappedSchemaTypes {
[SchemaTypes.BigInt]: bigint;
[SchemaTypes.Date]: Date;
[SchemaTypes.Map]: Map<string, unknown>;
[SchemaTypes.Json]: JSONValue;
[SchemaTypes.RegExp]: RegExp;
[SchemaTypes.UUID]: UUID;
}
Expand Down

0 comments on commit 5188d72

Please sign in to comment.