mirror of
https://github.com/certd/certd.git
synced 2026-04-05 07:20:56 +08:00
7 lines
192 B
TypeScript
7 lines
192 B
TypeScript
import { AxiosInstance } from "axios";
|
|
import { IContext } from "../core";
|
|
|
|
export type HttpClient = AxiosInstance;
|
|
export type UserContext = IContext;
|
|
export type PipelineContext = IContext;
|