UNPKG
mdn-api-types
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Type definitions for MDN API
github.com/iShibi/mdn-api-types
iShibi/mdn-api-types
mdn-api-types
/
dist
/
v1
/
payloads
/
whoami.d.ts
13 lines
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
Flags
{ }
export
interface
Geo
{
country
:
string
; }
export
interface
Switches
{
welcome_email
:
boolean
; }
export
interface
Waffle
{
flags
:
Flags
;
switches
:
Switches
; }
//# sourceMappingURL=whoami.d.ts.map