Skip to content

Home > @zero-dim/request > CommonResultType

CommonResultType interface

通用请求返回值类型

Signature:

typescript
export interface CommonResultType<T>

Properties

Property

Modifiers

Type

Description

code

ResponseCodeEnum

data

T

msg

string