mirror of
https://github.com/certd/certd.git
synced 2026-05-18 06:17:31 +08:00
5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
import { IContext } from "../core/index.js";
|
|
|
|
export type UserContext = IContext;
|
|
export type PipelineContext = IContext;
|