Skip to content

Commit 376749d

Browse files
committed
added missing hooks property for ICreateOptions
1 parent 6fcf9cf commit 376749d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/interfaces/ICreateOptions.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ export interface ICreateOptions extends IBuildOptions, InstanceSaveOptions {
1010
* On Duplicate
1111
*/
1212
onDuplicate?: string;
13+
14+
/**
15+
* Enable or disable hooks being triggered from this call
16+
* @default false
17+
*/
18+
hooks?: boolean;
19+
1320
}

0 commit comments

Comments
 (0)