Interfacepluginsv0.6.1MongoServicesRegistry of available database services. This interface can be augmented via declaration merging to add type-safe service definitions when using the @RegisterMongoService and @RegisterMongoModel decorator. interface MongoServicesinterface MongoServicesExamplesCopydeclare module '@seedcord/plugins' { interface MongoServices { 'user': Users; 'guild': Guilds; } }declare module '@seedcord/plugins' { interface MongoServices { 'user': Users; 'guild': Guilds; } }