Variable CompiledQuery

CompiledQuery: Readonly<{
    raw(sql, parameters?) => CompiledQuery<unknown>;
}>

Type declaration

Generated using TypeDoc