Skip to main content

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:8


createdAt

createdAt: Date

Defined in

src/models/PluginField.ts:12


key

key: string

Defined in

src/models/PluginField.ts:9


status

status: string

Defined in

src/models/PluginField.ts:11


value

value: string

Defined in

src/models/PluginField.ts:10