Type Alias ResponseResult<T>

ResponseResult<T>: {
    code: number;
    message: string;
    msg: string;
    status: number;
} & T

Type Parameters

  • T extends object = object