Type alias BaseResponse<X>

BaseResponse<X>: {
    response: X;
}

Type Parameters

  • X

Type declaration

  • response: X

Generated using TypeDoc