Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiDataResponse<DATA, ENDPOINT, M, LINKS, PARAMS, META>

Type parameters

  • DATA = any

  • ENDPOINT: keyof links.EndpointLinks = keyof links.EndpointLinks

  • M: meta.Method = meta.Method

  • LINKS: ApiLinks<ENDPOINT, M> = ApiLinks<ENDPOINT, M>

  • PARAMS: keyof any = any

  • META: ApiMeta<M, PARAMS> = ApiMeta<M, PARAMS>

Hierarchy

Index

Properties

data

data: DATA

Optional errors

errors?: string[] | Record<string, string | string[]> | ApiError[]

links

links: LINKS

meta

meta: META