Skip to main content

InterfaceImageHash

talawa-apiDocs


talawa-api / models/ImageHash / InterfaceImageHash

Interface: InterfaceImageHash

Interface representing a document for an image hash in the database (MongoDB).

Properties

_id

> _id: ObjectId

Defined in

src/models/ImageHash.ts:9


fileName

> fileName: string

Defined in

src/models/ImageHash.ts:11


hashValue

> hashValue: string

Defined in

src/models/ImageHash.ts:10


numberOfUses

> numberOfUses: number

Defined in

src/models/ImageHash.ts:12


status

> status: string

Defined in

src/models/ImageHash.ts:13