export interface BackButtonMetadata { /** Label override. If omitted, uses i18n key 'back' from namespace 'BackButton'. */ label?: string; /** Explicit URL to navigate to instead of history.back(). Must start with /. */ href?: string; }