Type alias ResponseWithData<T>

ResponseWithData<T>: Response & {
    data: T;
}

Type Parameters

  • T extends object

Generated using TypeDoc