@webitel/api-services
Preparing search index...
_models/contactsGroupList.zod
ContactsGroupList
Interface ContactsGroupList
A list of Groups.
interface
ContactsGroupList
{
items
?:
ContactsGroup
[]
;
next
?:
boolean
;
page
?:
number
;
}
Index
Properties
items?
next?
page?
Properties
Optional
items
items
?:
ContactsGroup
[]
List of groups.
Optional
next
next
?:
boolean
Have more records.
Optional
page
page
?:
number
Page number of the partial result.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
next
page
@webitel/api-services
Loading...
A list of Groups.