Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAsyncRes<T>

异步任务结果结构

description

该结构即将废弃,请使用 RCResult 替代

Type Parameters

  • T = void

Hierarchy

  • Pick<RCResult<T>, "code" | "data">
    • IAsyncRes

Index

Properties

Properties

code: number

错误码

data?: T

数据

msg?: string