add pipelineMod

This commit is contained in:
Sebastian Frank 2021-11-11 15:33:48 +01:00
parent 29a722b1fc
commit dfa5f6a8c8
Signed by: apairon
GPG Key ID: A0E05A8199CE3F57

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 {