Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.57 KB

models_PluginField.InterfacePluginField.md

File metadata and controls

67 lines (36 loc) · 1.57 KB

talawa-api / Exports / models/PluginField / InterfacePluginField

Interface: InterfacePluginField

models/PluginField.InterfacePluginField

This is an interface that represents a database(MongoDB) document for Plugin Field.

Table of contents

Properties

Properties

_id

_id: ObjectId

Defined in

src/models/PluginField.ts:7


createdAt

createdAt: Date

Defined in

src/models/PluginField.ts:11


key

key: string

Defined in

src/models/PluginField.ts:8


status

status: string

Defined in

src/models/PluginField.ts:10


value

value: string

Defined in

src/models/PluginField.ts:9