mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
[Slonik] Added UUID type to TypeNameIdentifierType (#42632)
This commit is contained in:
Vendored
+2
-1
@@ -35,7 +35,8 @@ export type TypeNameIdentifierType =
|
||||
'int4' |
|
||||
'json' |
|
||||
'text' |
|
||||
'timestamptz';
|
||||
'timestamptz' |
|
||||
'uuid';
|
||||
|
||||
export type SerializableValueType =
|
||||
| string
|
||||
|
||||
Reference in New Issue
Block a user