Remove unnecessary export
This commit is contained in:
parent
ffef2499cc
commit
eaf7e399e7
|
@ -31,7 +31,7 @@ if (types) {
|
||||||
|
|
||||||
const JSON_REGEX = /'{.*}'::json/s
|
const JSON_REGEX = /'{.*}'::json/s
|
||||||
|
|
||||||
export interface PostgresConfig {
|
interface PostgresConfig {
|
||||||
host: string
|
host: string
|
||||||
port: number
|
port: number
|
||||||
database: string
|
database: string
|
||||||
|
|
Loading…
Reference in New Issue