From 12ccdb6f446eab0ded97f353975cfd5ad2fc2d41 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 21:29:14 +0530 Subject: [PATCH] Update Advertisement.ts --- src/models/Advertisement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Advertisement.ts b/src/models/Advertisement.ts index 80ca9b64f1..074299ac5a 100644 --- a/src/models/Advertisement.ts +++ b/src/models/Advertisement.ts @@ -2,7 +2,7 @@ import type { Types, Model, PopulatedDoc } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; /** - * This is an interface that represent a database(MongoDB) document for Advertisement. + * This is an interface which represents the database(MongoDB) document for Advertisement. */ export interface InterfaceAdvertisement { _id: Types.ObjectId;