diff --git a/deno/rest/v8/oauth2.ts b/deno/rest/v8/oauth2.ts index 50d3ec19..0d73f1db 100644 --- a/deno/rest/v8/oauth2.ts +++ b/deno/rest/v8/oauth2.ts @@ -4,12 +4,12 @@ import type { APIApplication, APIGuild, APIUser, APIWebhook, OAuth2Scopes } from /** * https://discord.com/developers/docs/topics/oauth2#get-current-application-information */ -export type RESTGetAPIOauth2CurrentApplicationResult = Omit; +export type RESTGetAPIOAuth2CurrentApplicationResult = Omit; /** * https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information */ -export interface RESTGetAPIOauth2CurrentAuthorizationResult { +export interface RESTGetAPIOAuth2CurrentAuthorizationResult { /** * the current application */ diff --git a/rest/v8/oauth2.ts b/rest/v8/oauth2.ts index e8aa8d2f..7fcbd84c 100644 --- a/rest/v8/oauth2.ts +++ b/rest/v8/oauth2.ts @@ -4,12 +4,12 @@ import type { APIApplication, APIGuild, APIUser, APIWebhook, OAuth2Scopes } from /** * https://discord.com/developers/docs/topics/oauth2#get-current-application-information */ -export type RESTGetAPIOauth2CurrentApplicationResult = Omit; +export type RESTGetAPIOAuth2CurrentApplicationResult = Omit; /** * https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information */ -export interface RESTGetAPIOauth2CurrentAuthorizationResult { +export interface RESTGetAPIOAuth2CurrentAuthorizationResult { /** * the current application */