export interface TwitterAuthRes { token: string; nick: string; email: string; } //# sourceMappingURL=twitter-auth-res.d.ts.map