Skip to content

Commit

Permalink
PR lint test 1707368127
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Feb 8, 2024
1 parent 5da2d03 commit 3ec1c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { LOG } from "../constants";

/**
* This is an interface that represents a database(MongoDB) document for User.
*
*/
export interface InterfaceUser {
_id: Types.ObjectId;
Expand Down

0 comments on commit 3ec1c32

Please sign in to comment.