import {ObjectID} from "mongodb"; export class DatabaseObject { public _id: ObjectID; constructor() { } }