type RestAPIOptions = {
    enable_send_atm_pin_using_sms_when_change_status: boolean;
    enable_send_atm_pin_using_sms_when_activate_account: boolean;
};
export type { RestAPIOptions };
