/* tslint:disable:all */ /* tslint:disable:all */ export interface VerifyAuthRequest { code: string; [k: string]: any; }