Skip to content

Commit

Permalink
fix(web-api): fix auth.revoke argument type definition (#1562)
Browse files Browse the repository at this point in the history
Signed-off-by: Neko <neko@qwq.icu>
  • Loading branch information
NotEvenANeko committed Nov 24, 2022
1 parent 5abfa5e commit 60879af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-api/src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ export interface AppsUninstallArguments extends WebAPICallOptions {
* `auth.*`
*/
export interface AuthRevokeArguments extends WebAPICallOptions, TokenOverridable {
test: boolean;
test?: boolean;
}
export interface AuthTeamsListArguments extends WebAPICallOptions, TokenOverridable, CursorPaginationEnabled {
include_icon?: boolean;
Expand Down

0 comments on commit 60879af

Please sign in to comment.