web/src/api/index.ts

4 lines
100 B
TypeScript

export * from "./instance/api";
export * from "./service/Api";
export * from "./helper/useRequest";