talawa-api / Exports / models/File / InterfaceFile
models/File.InterfaceFile
This is an interface representing a document for a file in the database(MongoDB).
• _id: ObjectId
• contentType: undefined
| string
• createdAt: Date
• name: string
• secret: string
• size: undefined
| number
• status: string
• updatedAt: Date
• url: undefined
| string