export default interface MongoNamespace {
    readonly database: string;
    readonly collection: string;
}
