Skip to content

Commit

Permalink
fix(detail type): added missing details
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup3rFire committed Jun 16, 2021
1 parent 215a366 commit c41506e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,21 @@ export type Detail =
| ""
| "menus"
| "40l"
| "blitz"
| "zen"
| "custom"
| "lobby_end:X-QP"
| "lobby_spec:X_QP"
| "lobby_ig:X-QP"
| "lobby:X-QP"
| "lobby_end:X-PRIV"
| "lobby_spec:X_PRIV"
| "lobby_ig:X-PRIV"
| "lobby:X-PRIV"
| `lobby_end:${string}`
| `lobby_spec:${string}`
| `lobby_ig:${string}`
| `lobby:${string}`
| "tl_mm"
| "tl"
| "tl_end"
Expand Down

0 comments on commit c41506e

Please sign in to comment.