Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit 4edbbe9

Browse files
authored
Merge pull request #147 from zonzujiro/fix/templateFiles-array-of-string-type
Adds array of string templateFiles type
2 parents 85be372 + de8b5d1 commit 4edbbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export interface AddManyActionConfig<TData extends object = object>
241241
* file/folder names if you'd like the added file names to be unique.
242242
* @type Glob
243243
*/
244-
templateFiles: string;
244+
templateFiles: string | string[];
245245
/**
246246
* File extensions that should be stripped from `templateFiles` files names
247247
* while being added to the `destination`.

0 commit comments

Comments
 (0)