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

10 lines
310 B
TypeScript

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";