diff --git a/index.d.ts b/index.d.ts index 0823c4b..c98cb8f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -16,6 +16,7 @@ export interface DbReadOptions { offset?: number limit?: number sort?: string[] + pipelineMod?: (pipe: {[key: string]: any}[]) => {[key: string]: any}[] } interface GetHookGetOnlyData {