import { Response } from '../../models/response'; import { AuthenticatedUser } from './authenticated-user'; export class SMSCheckResponse extends Response { AuthenticationTokenID: string; MemberInformationList:AuthenticatedUser[]; public TokenID: string; public SessionID: string; public MobileType: string; public BookedBy?: number; public P_SESSION_ID: number; public MobileNumber : string; public LogInTokenID : string; public CompanyImageDescription:string; public CompanyImageURL:string; public EMPLOYEE_MOBILE_NUMBER:string; }