We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85880a4 commit a2a16b5Copy full SHA for a2a16b5
packages/json-rpc/src/compatibility.ts
@@ -19,7 +19,7 @@ export interface JsonCompatibleArray extends ReadonlyArray<JsonCompatibleValue>
19
* A string to json value dictionary.
20
*/
21
export interface JsonCompatibleDictionary {
22
- readonly [key: string]: JsonCompatibleValue | readonly JsonCompatibleValue[];
+ readonly [key: string]: JsonCompatibleValue;
23
}
24
25
export function isJsonCompatibleValue(value: unknown): value is JsonCompatibleValue {
0 commit comments