mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 06:10:06 +00:00
fix(prettier): make SupportOption choices an array (#35429)
This commit is contained in:
committed by
Nathan Shively-Sanders
parent
49764a29bc
commit
8d2d0fe08c
2
types/prettier/index.d.ts
vendored
2
types/prettier/index.d.ts
vendored
@@ -282,7 +282,7 @@ export interface SupportOption {
|
||||
oppositeDescription?: string;
|
||||
default: SupportOptionValue;
|
||||
range?: SupportOptionRange;
|
||||
choices?: SupportOptionChoice;
|
||||
choices?: SupportOptionChoice[];
|
||||
}
|
||||
|
||||
export interface SupportOptionRedirect {
|
||||
|
||||
Reference in New Issue
Block a user