Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiResult

An api result.

Hierarchy

  • ApiResult

Index

Properties

Properties

Optional data

data: any

The (optional) data.

Optional errors

errors: string | string[]

A list of one or more error keys.

success

success: boolean

A value, which indicates if the operation was successfull or not.

Generated using TypeDoc