1.4 KiB
1.4 KiB
Type alias: CreateNodesFunctionV2<T>
Ƭ CreateNodesFunctionV2<T>: (projectConfigurationFiles: readonly string[], options: T | undefined, context: CreateNodesContextV2) => CreateNodesResultV2 | Promise<CreateNodesResultV2>
Type parameters
| Name | Type |
|---|---|
T |
unknown |
Type declaration
▸ (projectConfigurationFiles, options, context): CreateNodesResultV2 | Promise<CreateNodesResultV2>
Parameters
| Name | Type |
|---|---|
projectConfigurationFiles |
readonly string[] |
options |
T | undefined |
context |
CreateNodesContextV2 |
Returns
CreateNodesResultV2 | Promise<CreateNodesResultV2>