Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.8 KB

_schemes_response_field_.ifieldsresponse.md

File metadata and controls

61 lines (32 loc) · 1.8 KB

@directus/sdk-js

Globals / "schemes/response/Field" / IFieldsResponse /

Interface: IFieldsResponse <T>

see https://docs.directus.io/api/reference.html#fields-2

Type parameters

T: IField[]

Hierarchy

Index

Properties

Properties

data

data: Array<T & IFieldResponseDataInfo>

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