export type RESTOAuth2ImplicitAuthorizationURLFragmentResult = Omit<RESTPostOAuth2AccessTokenResult, 'refresh_token'>;
https://discord.com/developers/docs/topics/oauth2#implicit-grant-redirect-url-example
export type RESTOAuth2ImplicitAuthorizationURLFragmentResult = Omit<RESTPostOAuth2AccessTokenResult, 'refresh_token'>;
https://discord.com/developers/docs/topics/oauth2#implicit-grant-redirect-url-example