add pipelineMod
This commit is contained in:
parent
29a722b1fc
commit
dfa5f6a8c8
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -16,6 +16,7 @@ export interface DbReadOptions {
|
||||
offset?: number
|
||||
limit?: number
|
||||
sort?: string[]
|
||||
pipelineMod?: (pipe: {[key: string]: any}[]) => {[key: string]: any}[]
|
||||
}
|
||||
|
||||
interface GetHookGetOnlyData {
|
||||
|
Loading…
Reference in New Issue
Block a user