Type alias BotStepCondition
BotStepCondition: {
leftOperandName: string;
leftOperandType: string;
operatorType: string;
rightOperandValue?: string | null;
}
Type declaration
leftOperandName: string
leftOperandType: string
operatorType: string
Optional
rightOperandValue?: string | null