interface ProgressText {
    nodeId: string;
    text: string;
}

Properties

Properties

nodeId: string
text: string