UNPKG

kist

Version:

Package Pipeline Processor

10 lines (8 loc) 446 B
// Exporting all interfaces from the interfaces directory export { ActionInterface } from "./ActionInterface"; export { ConfigInterface } from "./ConfigInterface"; export { LiveOptionsInterface } from "./LiveOptionsInterface"; export { OptionsInterface } from "./OptionsInterface"; export { StageInterface } from "./StageInterface"; export { StepInterface } from "./StepInterface"; export { StepOptionsInterface } from "./StepOptionsInterface";