mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Update index.d.ts
This commit is contained in:
parent
ece7645187
commit
726f6202fa
6
index.d.ts
vendored
6
index.d.ts
vendored
@ -4,10 +4,10 @@ export interface ConnectionOptions {
|
||||
host: string | null;
|
||||
password?: string;
|
||||
user?: string;
|
||||
port: string | null;
|
||||
port?: string | null;
|
||||
database: string | null | undefined;
|
||||
client_encoding?: string | undefined;
|
||||
ssl?: boolean;
|
||||
client_encoding?: string;
|
||||
ssl?: boolean | string;
|
||||
|
||||
application_name?: string;
|
||||
fallback_application_name?: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user