diff --git a/types/index.d.ts b/types/index.d.ts index 89c277b..5cde1f7 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -25,6 +25,7 @@ declare namespace Choices { interface Choice { customProperties?: Record; disabled?: boolean; + active?: boolean; elementId?: string; groupId?: string; id?: string;