think/packages/domains/lib/services/index.d.ts

10 lines
310 B
TypeScript
Raw Normal View History

2022-03-11 05:57:55 +00:00
export * from "./IRequestService";
export * from "./ICollectorService";
export * from "./ICommentService";
export * from "./IDocumentService";
export * from "./IFileService";
export * from "./IMessageService";
export * from "./ITemplateService";
export * from "./IUserService";
export * from "./IWikiService";