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