add pipelineMod

This commit is contained in:
2021-11-11 15:33:48 +01:00
parent 29a722b1fc
commit dfa5f6a8c8

1
index.d.ts vendored
View File

@@ -16,6 +16,7 @@ export interface DbReadOptions {
offset?: number
limit?: number
sort?: string[]
pipelineMod?: (pipe: {[key: string]: any}[]) => {[key: string]: any}[]
}
interface GetHookGetOnlyData {