import { Response } from '../../models/response'; export class CheckUserAuthenticationResponse extends Response { PatientHasFile: boolean; PatientOutSA: boolean; PatientType: number; ProjectIDOut: number; SMSLoginRequired: boolean; VerificationCode: string; hasFile: boolean; isSMSSent: boolean; LogInTokenID: string; }