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