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 70701ba commit 73b68f0
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 and it represents a database(MongoDB) document for Advertisement.
* This is an interface that represent a database(MongoDB) document for Advertisement.
*/
export interface InterfaceAdvertisement {
_id: Types.ObjectId;
Expand Down

0 comments on commit 73b68f0

Please sign in to comment.