Type Alias PathFlow

PathFlow: {
    input_transforms: {
        [key: string]: InputTransform;
    };
    path: string;
    type: "flow";
}