Skip to content

Commit a190542

Browse files
authored
feat: add support for destructive config param property (#13)
1 parent 4f4f8d0 commit a190542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ export const paramInfoPropertyOrder: string[] = [
265265
"unsigned",
266266
"readOnly",
267267
"writeOnly",
268+
"destructive",
268269
"allowManualEntry",
269270
"options",
270271
];

0 commit comments

Comments
 (0)