diff --git a/types/index.d.ts b/types/index.d.ts index 119f9aa16..c5ce16e1d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -2733,6 +2733,7 @@ export declare namespace Knex { asyncStackTraces?: boolean; log?: Logger; compileSqlOnError?: boolean; + fetchAsString?: string[]; } type StaticConnectionConfig =