Interface IThreadResult

interface IThreadResult {
    taskId: number;
    value: null | string;
}

Properties

Properties

taskId: number
value: null | string

Generated using TypeDoc