Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IApiResult<T>

An API result.

Type parameters

  • T: any = any

Hierarchy

  • IApiResult

Implemented by

Index

Properties

Properties

Optional data

data: T

The data.

Optional errors

errors: null | ApiErrors

One or more errors.

success

success: boolean

Api call was successful or not.

Generated using TypeDoc