Skip to main content

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

Interface: CustomerLookupResponse

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

Properties​

customer?​

TypeScript
optional customer?: object;

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

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:2926