Remove unnecessary export

This commit is contained in:
Adria Navarro 2023-05-12 12:20:17 +02:00
parent ffef2499cc
commit eaf7e399e7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if (types) {
const JSON_REGEX = /'{.*}'::json/s
export interface PostgresConfig {
interface PostgresConfig {
host: string
port: number
database: string