import { Request } from '../../models/request'; export class CheckPatientRegisterationRequest extends Request { PatientIdentificationID: string; // "iqama" PatientMobileNumber: string; // "phone without start 0" TokenID: string; // should be empty "" ZipCode: string; // "966 or 971" isRegister: boolean; }