mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix(prettier): make SupportOption choices an array (#35429)
This commit is contained in:
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user