Type Alias FlowPreview

FlowPreview: {
    args: ScriptArgs;
    path?: string;
    restarted_from?: RestartedFrom;
    tag?: string;
    value: FlowValue;
}