Skip to content

DoCurious API Reference / types / FlaggedContent

Interface: FlaggedContent

Defined in: types/admin.types.ts:107

Flagged content item

Extends

Properties

contentId

contentId: string

Defined in: types/admin.types.ts:111


contentPreview?

optional contentPreview: string

Defined in: types/admin.types.ts:112


contentType

contentType: "challenge" | "track_record" | "comment" | "community" | "event" | "post" | "user_profile" | "message"

Defined in: types/admin.types.ts:110


createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


details?

optional details: string

Defined in: types/admin.types.ts:114


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


reason

reason: FlaggedContentReason

Defined in: types/admin.types.ts:113


reporterDisplayName?

optional reporterDisplayName: string

Defined in: types/admin.types.ts:109


reporterId

reporterId: string

Defined in: types/admin.types.ts:108


resolution?

optional resolution: string

Defined in: types/admin.types.ts:119


reviewedAt?

optional reviewedAt: string

Defined in: types/admin.types.ts:118


reviewedBy?

optional reviewedBy: string

Defined in: types/admin.types.ts:117


screenshotUrl?

optional screenshotUrl: string

Defined in: types/admin.types.ts:115


status

status: FlaggedContentStatus

Defined in: types/admin.types.ts:116


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt

DoCurious Platform Documentation