export interface TwitterAuthUrlResponse { authUrl: string; } export interface TwitterAuthInfoResponse { accessToken: string; }