kist
Version:
Lightweight Package Pipeline Processor with Plugin Architecture
10 lines (8 loc) • 467 B
text/typescript
// Exporting all interfaces from the interfaces directory
export { ActionInterface } from "./ActionInterface.js";
export { ConfigInterface } from "./ConfigInterface.js";
export { LiveOptionsInterface } from "./LiveOptionsInterface.js";
export { OptionsInterface } from "./OptionsInterface.js";
export { StageInterface } from "./StageInterface.js";
export { StepInterface } from "./StepInterface.js";
export { StepOptionsInterface } from "./StepOptionsInterface.js";