ResponseCallback()<T>
ResponseCallback<
T>: (error?:Error|null,data?:T|null,cacheControl?:string|null,expires?:string|Date|null) =>void
The response callback used in various places
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
error? |
Error | null |
data? |
T | null |
cacheControl? |
string | null |
expires? |
string | Date | null |
Returns
void