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.
boolean
1 parent 07334d2 commit 0361291Copy full SHA for 0361291
src/aw-client.ts
@@ -6,7 +6,7 @@ export class FetchError extends Error {
6
}
7
8
9
-type EventData = { [k: string]: string | number };
+type EventData = { [k: string]: string | number | boolean };
10
11
type JSONPrimitive = string | number | boolean | null;
12
type JSONValue = JSONPrimitive | JSONObject | JSONArray;
0 commit comments