mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-08-23 17:14:28 -05:00
Changed Model type back to interface
This commit is contained in:
@@ -40,6 +40,6 @@ export interface ICommunityMethods {
|
||||
|
||||
interface ICommunityQueryHelpers {}
|
||||
|
||||
export type CommunityModel = Model<ICommunity, ICommunityQueryHelpers, ICommunityMethods>
|
||||
export interface CommunityModel extends Model<ICommunity, ICommunityQueryHelpers, ICommunityMethods> {}
|
||||
|
||||
export type HydratedCommunityDocument = HydratedDocument<ICommunity, ICommunityMethods>
|
||||
Reference in New Issue
Block a user