# Type alias: Result<D, I, R>
Ƭ Result<D, I, R>: Partial<Response<D, I, R>> & Partial<Error>
# Type parameters:
Name | Default |
---|---|
D | - |
I | any |
R | any |
Defined in: types/api.ts:34 (opens new window)
Ƭ Result<D, I, R>: Partial<Response<D, I, R>> & Partial<Error>
Name | Default |
---|---|
D | - |
I | any |
R | any |
Defined in: types/api.ts:34 (opens new window)