InterfaceAdvertisement
talawa-api • Docs
talawa-api / models/Advertisement / InterfaceAdvertisement
Interface: InterfaceAdvertisement
Interface representing a database document for Advertisement in MongoDB.
Properties
_id
> _id: string
Defined in
src/models/Advertisement.ts:11
createdAt
> createdAt: Date
Defined in
src/models/Advertisement.ts:19
creatorId
> creatorId: any
Defined in
src/models/Advertisement.ts:15
endDate
> endDate: string
Defined in
src/models/Advertisement.ts:18
mediaUrl
> mediaUrl: string
Defined in
src/models/Advertisement.ts:14
name
> name: string
Defined in
src/models/Advertisement.ts:13
organizationId
> organizationId: any
Defined in
src/models/Advertisement.ts:12
startDate
> startDate: string
Defined in
src/models/Advertisement.ts:17
type
> type: "POPUP"
| "MENU"
| "BANNER"
Defined in
src/models/Advertisement.ts:16
updatedAt
> updatedAt: Date