Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.72 KB

_schemes_response_item_.iitemsresponse.md

File metadata and controls

61 lines (32 loc) · 1.72 KB

@directus/sdk-js

Globals / "schemes/response/Item" / IItemsResponse /

Interface: IItemsResponse <ItemsType>

see https://docs.directus.io/api/reference.html#items

Type parameters

ItemsType: Array<__type>

Hierarchy

Index

Properties

Properties

data

data: ItemsType

Inherited from IAPIResponse.data

Defined in schemes/APIResponse.ts:13


Optional error

error? : object

Inherited from IAbstractAPIResponse.error

Defined in schemes/APIResponse.ts:2

Type declaration:

  • code: number

  • message: string


meta

meta: IAPIMetaList

Inherited from IAPIResponse.meta

Defined in schemes/APIResponse.ts:12