We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd7f25 commit 97f9344Copy full SHA for 97f9344
types/pg/lib/type-overrides.d.ts
@@ -64,7 +64,7 @@ declare enum builtins {
64
}
65
type TypeId = builtins;
66
type TypeParser<TOid = number, TReturn = any> = (oid: TOid) => TReturn;
67
-type TypeFormat = 'text' | 'binary';
+type TypeFormat = "text" | "binary";
68
69
export = TypeOverrides;
70
declare class TypeOverrides implements CustomTypesConfig {
0 commit comments