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 {
customProperties?: Record<string, any>;
disabled?: boolean;
active?: boolean;
elementId?: string;
groupId?: string;
id?: string;