Skip to main content

@dialstack/sdk / server / CustomerLookupResponse

Interface: CustomerLookupResponse

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

Properties

customer?

optional customer?: object;

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

existing_appointment?

optional existing_appointment?: object;
existing_appointment.end_at
end_at: string;
existing_appointment.start_at
start_at: string;
existing_appointment.status
status: string;

name

name: string;

phone

phone: string;

found

found: boolean;

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