Skip to content

dag-api / Exports / IApiSuccess

Interface: IApiSuccess<TData>

Successful API response wrapper with status code and typed data.

Type parameters

Name
TData

Table of contents

Properties

Properties

ok

ok: true

Defined in

contracts/common-api.ts:3


status

status: number

Defined in

contracts/common-api.ts:4


data

data: TData

Defined in

contracts/common-api.ts:5

Released under the MIT License.