Preparing search index...
The search index is not available
@koadz/types - v0.2.8
@koadz/types
core/api-config
DataObj
Interface DataObj<T>
Interface representing the data structure for a DataObj.
Memberof
APIEndpoint
interface
DataObj
<
T
=
APISchemaValidationType
>
{
data
?:
Record
<
string
,
unknown
>
;
mappers
?:
APIMappers
;
validation
?:
T
;
}
Type Parameters
T
=
APISchemaValidationType
Index
Properties
data?
mappers?
validation?
Properties
Optional
data
data
?:
Record
<
string
,
unknown
>
Optional
mappers
mappers
?:
APIMappers
Optional
validation
validation
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
mappers
validation
@koadz/types - v0.2.8
Loading...
Interface representing the data structure for a DataObj.
Memberof
APIEndpoint