WorkflowRequest: {
    env?: EnvRequest | null;
    inputs: { [key: string]: any };
    label: string;
    name: string;
    targets: TargetRequest[];
    type: WorkflowType;
}

Type declaration