interface WorkflowStepStringStatus {
    languageId: string;
    output: string;
    status: string;
    stepId: number;
    stringId: number;
}

Properties

languageId: string
output: string
status: string
stepId: number
stringId: number