diff --git a/types/slonik/index.d.ts b/types/slonik/index.d.ts index 55a80d264d..e397e7fb98 100644 --- a/types/slonik/index.d.ts +++ b/types/slonik/index.d.ts @@ -35,7 +35,8 @@ export type TypeNameIdentifierType = 'int4' | 'json' | 'text' | - 'timestamptz'; + 'timestamptz' | + 'uuid'; export type SerializableValueType = | string