import * as adts from './adt'; import * as categorys from './category'; export const Api = { adts, categorys }