From d149af685f0a0d799e2f81a91475345ea187e57a Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Thu, 16 Oct 2025 13:26:14 +0200 Subject: [PATCH] feat: add support for `destructive` config param property --- src/shared.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared.ts b/src/shared.ts index ae29772..2e77e2e 100644 --- a/src/shared.ts +++ b/src/shared.ts @@ -265,6 +265,7 @@ export const paramInfoPropertyOrder: string[] = [ "unsigned", "readOnly", "writeOnly", + "destructive", "allowManualEntry", "options", ];