Add missing choice prop to type

This commit is contained in:
Josh Johnson 2019-11-02 16:19:02 +00:00
parent b3fafdee0c
commit 0be29d069c

1
types/index.d.ts vendored
View file

@ -25,6 +25,7 @@ declare namespace Choices {
interface Choice { interface Choice {
customProperties?: Record<string, any>; customProperties?: Record<string, any>;
disabled?: boolean; disabled?: boolean;
active?: boolean;
elementId?: string; elementId?: string;
groupId?: string; groupId?: string;
id?: string; id?: string;