Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.77 KB

_schemes_response_setting_.isettingsresponse.md

File metadata and controls

57 lines (30 loc) · 1.77 KB

@directus/sdk-js

Globals / "schemes/response/Setting" / ISettingsResponse /

Interface: ISettingsResponse

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

Hierarchy

Index

Properties

Properties

data

data: ISetting[]

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