Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.76 KB

_src_agent_structures_.listcustomersresponse.md

File metadata and controls

57 lines (31 loc) · 1.76 KB

@livechat/lc-sdk-jsGlobals"src/agent/structures"ListCustomersResponse

Interface: ListCustomersResponse

Hierarchy

  • ListCustomersResponse

Index

Properties

Properties

customers

customers: Customer[]

Defined in src/agent/structures.ts:233


Optional limited_customers

limited_customers? : undefined | number

Defined in src/agent/structures.ts:235


Optional next_page_id

next_page_id? : undefined | string

Defined in src/agent/structures.ts:236


Optional previous_page_id

previous_page_id? : undefined | string

Defined in src/agent/structures.ts:237


total_customers

total_customers: number

Defined in src/agent/structures.ts:234