refactor: decorator

This commit is contained in:
xiaojunnuo
2022-12-27 12:32:09 +08:00
parent c23f6172b5
commit 717d203622
30 changed files with 639 additions and 309 deletions
@@ -0,0 +1,6 @@
import { AxiosInstance } from "axios";
import { IContext } from "../core";
export type HttpClient = AxiosInstance;
export type UserContext = IContext;
export type PipelineContext = IContext;