Skip to content

Commit

Permalink
Merge branch 'main' into reflow-session-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf authored Aug 16, 2024
2 parents b50bcf8 + bc3516a commit 48abbf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export type StringWithCommandSuggestions =
| "start"
| "help"
| "settings"
| "privacy";
| "privacy"
| "developer_info";

type Other<M extends Methods<RawApi>, X extends string = never> = OtherApi<
RawApi,
Expand Down

0 comments on commit 48abbf6

Please sign in to comment.