APIResponse<
T>:object
Base response types
Type Parameters
| Type Parameter |
|---|
T |
Type declaration
| Name | Type |
|---|---|
data | T |
headers | Record<string, string> |
status | number |
APIResponse<
T>:object
Base response types
| Type Parameter |
|---|
T |
| Name | Type |
|---|---|
data | T |
headers | Record<string, string> |
status | number |