We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4943a7 + 6bc9d2e commit 6f143a1Copy full SHA for 6f143a1
index.d.ts
@@ -1,6 +1,6 @@
1
-export default function setupDeprecationWorkflow(config: {
2
- throwOnUnhandled: boolean;
3
- workflow: {
+export default function setupDeprecationWorkflow(config?: {
+ throwOnUnhandled?: boolean;
+ workflow?: {
4
handler: 'log' | 'silence' | 'throw';
5
matchId: string;
6
matchMessage: string;
0 commit comments