export interface UpdateTransferRuleParams { smbToolType?: "update_transfer_rule"; /** Whether to offer the post_dial_digits parameter, set from the receptionists' enable_play_keypad_touch_tone_tool config. Digits saved while that is off are dropped when the receptionist is built, so the parameter is hidden rather than accepted and ignored. */ postDialDigitsEnabled?: boolean; }