Skip to content

Commit

Permalink
Update Advertisement.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneemkoushar authored Feb 11, 2024
1 parent 12ccdb6 commit 07f7042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Advertisement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 which represents the database(MongoDB) document for Advertisement.
* This is an interface, that represents database(MongoDB) document for Advertisement.
*/
export interface InterfaceAdvertisement {
_id: Types.ObjectId;
Expand Down

0 comments on commit 07f7042

Please sign in to comment.