Functions
Const process
- process<I, O>(options: { assignments: {}; project: IdObject<Collections, "projects", Project> | IdObject<Collections, "projects", SavedInput<Collections, "projects">> }): Generator<Web3Request | GraphQlRequest, { assignments: {}; project: IdObject<Collections, "projects", Project> | IdObject<Collections, "projects", SavedInput<Collections, "projects">> }, any>
-
Type parameters
-
I: Assignment<{ assignment: { name: string; type: string }; entry: { name: string; type: string }; properties: { current: undefined | NameRecord }; result: undefined | NameRecord }>
-
O: Output<{ assignment: { name: string; type: string }; entry: { name: string; type: string }; properties: { current: undefined | NameRecord }; result: undefined | NameRecord }>
Parameters
-
-
assignments: {}
-
[collectionName: string]: I[]
-