interface PostgresQueryConfigType {
    text: string;
    values?: any[];
}

Properties

Properties

text: string
values?: any[]