GitHub
NPM
Preparing search index...
The search index is not available
UniFi API TypeScript Client - v1.1.0
UniFi API TypeScript Client
APIResponse
Interface APIResponse<T>
API response and data types
Generic types for API responses and common patterns
interface
APIResponse
<
T
>
{
data
:
T
;
meta
?:
ResponseMeta
;
}
Type Parameters
T
=
any
Hierarchy (
view full
)
APIResponse
PaginatedResponse
Index
Properties
data
meta?
Properties
data
data
:
T
Optional
meta
meta
?:
ResponseMeta
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
data
meta
UniFi API TypeScript Client - v1.1.0
Loading...
API response and data types
Generic types for API responses and common patterns