mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +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;
|