Type alias BotVariableOperand
BotVariableOperand: {
disableAutoFill?: boolean | null;
sourceName?: string | null;
sourceType?: string | null;
sourceValue?: string | null;
targetName: string;
targetType: string;
}
Type declaration
Optional
disableAutoFill?: boolean | null
Optional
sourceName?: string | null
Optional
sourceType?: string | null
Optional
sourceValue?: string | null
targetName: string
targetType: string