UNPKG

179 BTypeScriptView Raw
1declare class GoogleAuthData {
2 constructor(options: any);
3 equals(other: any): boolean;
4 toJSON(): {
5 [key: string]: any;
6 };
7}
8export default GoogleAuthData;