7 lines
174 B
JavaScript
7 lines
174 B
JavaScript
|
|
/**
|
||
|
|
* Pipeline Types
|
||
|
|
*
|
||
|
|
* This module provides shared types for the pipeline system to avoid circular dependencies.
|
||
|
|
*/
|
||
|
|
export {};
|
||
|
|
//# sourceMappingURL=pipelineTypes.js.map
|