Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IApiResult<T>

An API result.

Type parameters

  • T: any = any

Hierarchy

  • IApiResult

Index

Properties

data

data: T

The data.

Optional error

error?: string

The error message, if occurred.

success

success: boolean

Operation was successful or not.

Generated using TypeDoc