add pipelineMod
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user