fix(prettier): make SupportOption choices an array (#35429)

This commit is contained in:
Ryan Atkinson 2019-05-14 16:33:39 -05:00 committed by Nathan Shively-Sanders
parent 49764a29bc
commit 8d2d0fe08c

View File

@ -282,7 +282,7 @@ export interface SupportOption {
oppositeDescription?: string;
default: SupportOptionValue;
range?: SupportOptionRange;
choices?: SupportOptionChoice;
choices?: SupportOptionChoice[];
}
export interface SupportOptionRedirect {