export default interface OauthRequestToken { oauth_token: string; oauth_token_secret: string; oauth_callback_confirmed: string; }