Skip to main content

talawa-api / Exports / models/ImageHash / InterfaceImageHash

Interface: InterfaceImageHash

models/ImageHash.InterfaceImageHash

This is an interface that represents a database(MongoDB) document for Image Hash.

Table of contents

Properties

Properties

_id

_id: ObjectId

Defined in

src/models/ImageHash.ts:8


fileName

fileName: string

Defined in

src/models/ImageHash.ts:10


hashValue

hashValue: string

Defined in

src/models/ImageHash.ts:9


numberOfUses

numberOfUses: number

Defined in

src/models/ImageHash.ts:11


status

status: string

Defined in

src/models/ImageHash.ts:12