Skip to main content

@dialstack/sdk-dev / server/src / CustomerLookupResponse

Interface: CustomerLookupResponse

Defined in: sdk/server/src/index.ts:2216

Properties

customer?

TypeScript
optional customer?: object;

Defined in: sdk/server/src/index.ts:2218

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/server/src/index.ts:2217