UNPKG

@hasura/metadata-api

Version:
8 lines (7 loc) 148 B
export type PGConnectionParams = { database: string; host: string; password?: string | null; port: number; username: string; };