mirror of
https://github.com/certd/certd.git
synced 2026-04-26 05:37:25 +08:00
refactor: decorator
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { AxiosInstance } from "axios";
|
||||
import { IContext } from "../core";
|
||||
|
||||
export type HttpClient = AxiosInstance;
|
||||
export type UserContext = IContext;
|
||||
export type PipelineContext = IContext;
|
||||
Reference in New Issue
Block a user