import attach from "./attach"; import lark from "./lark"; const service = { attach, lark, }; export default service;