diff --git a/src/config/types.ts b/src/config/types.ts index 31e0337a7a..528870c4b5 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -187,7 +187,7 @@ export type Config = { }, defaultDepth?: number; maxDepth?: number; - defaultMaxTextLength: number; + defaultMaxTextLength?: number; indexSortableFields?: boolean; rateLimit?: { window?: number;