Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface APIResponse<T>

Base type for an API response format.

Type parameters

  • T

Hierarchy

  • APIResponse

Index

Properties

Properties

Optional data

data: T

Optional error

error: { message: string; name: string; stack?: string[] }

Type declaration

  • message: string
  • name: string
  • Optional stack?: string[]

Optional message

message: string

success

success: boolean
Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.