12 lines
508 B
Markdown
12 lines
508 B
Markdown
# Type alias: CreateNodes<T\>
|
|
|
|
Ƭ **CreateNodes**<`T`\>: readonly [projectFilePattern: string, createNodesFunction: CreateNodesFunction<T\>]
|
|
|
|
A pair of file patterns and [CreateNodesFunction](../../devkit/documents/CreateNodesFunction)
|
|
|
|
#### Type parameters
|
|
|
|
| Name | Type |
|
|
| :--- | :---------------------------------------------------------------------- |
|
|
| `T` | extends `Record`<`string`, `unknown`\> = `Record`<`string`, `unknown`\> |
|