@dialstack/sdk / server / CustomerLookupResponse
Interface: CustomerLookupResponse
Defined in: sdk/src/server/index.ts:1003
Properties
customer?
TypeScript
optional customer?: object;
Defined in: sdk/src/server/index.ts:1005
existing_appointment?
TypeScript
optional existing_appointment?: object;
existing_appointment.end_at
TypeScript
end_at: string;
existing_appointment.start_at
TypeScript
start_at: string;
existing_appointment.status
TypeScript
status: string;
name
TypeScript
name: string;
phone
TypeScript
phone: string;
found
TypeScript
found: boolean;
Defined in: sdk/src/server/index.ts:1004