@webitel/api-services
Preparing search index...
_models/contactsPhotoList.zod
ContactsPhotoList
Interface ContactsPhotoList
Photo dataset.
interface
ContactsPhotoList
{
data
?:
ContactsPhoto
[]
;
next
?:
boolean
;
page
?:
number
;
}
Index
Properties
data?
next?
page?
Properties
Optional
data
data
?:
ContactsPhoto
[]
Photo dataset page.
Optional
next
next
?:
boolean
Optional
page
page
?:
number
The page number of the partial result.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
next
page
@webitel/api-services
Loading...
Photo dataset.