diff --git a/src/types/mongoose/community.ts b/src/types/mongoose/community.ts index 1c60d71..edf5a2a 100644 --- a/src/types/mongoose/community.ts +++ b/src/types/mongoose/community.ts @@ -40,6 +40,6 @@ export interface ICommunityMethods { interface ICommunityQueryHelpers {} -export type CommunityModel = Model +export interface CommunityModel extends Model {} export type HydratedCommunityDocument = HydratedDocument \ No newline at end of file