type DisplayOptions = {
    hide_account_limits_summary_page: boolean;
    hide_transaction_limits_page: boolean;
    display_account_reference_id: boolean;
};
export type { DisplayOptions };
