export class ImageCaptcha { id: string image: string } export class LoginResult { authToken: string }