Type Alias ResultByIdData

ResultByIdData: {
    flowJobId: string;
    nodeId: string;
    workspace: string;
}