import { Response } from '../../models/response'; export class GetLoginInfoResponse extends Response { SMSLoginRequired: boolean; isSMSSent: boolean; LogInTokenID: string; PatientOutSA: boolean; }