Skip to content

Commit 6f143a1

Browse files
Merge pull request #210 from ember-cli/ef4-patch-1
Options are optional
2 parents b4943a7 + 6bc9d2e commit 6f143a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export default function setupDeprecationWorkflow(config: {
2-
throwOnUnhandled: boolean;
3-
workflow: {
1+
export default function setupDeprecationWorkflow(config?: {
2+
throwOnUnhandled?: boolean;
3+
workflow?: {
44
handler: 'log' | 'silence' | 'throw';
55
matchId: string;
66
matchMessage: string;

0 commit comments

Comments
 (0)