@orangecheck/ui / OcAccountMenuBuildInfo
Interface: OcAccountMenuBuildInfo
Defined in: account-menu.tsx:61
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-repo"></a> repo? | string | GitHub owner/repo slug — combined with sha to produce the https://github.com/<repo>/commit/<sha> link. | account-menu.tsx:73 |
<a id="property-sha"></a> sha? | string | 7+ character commit SHA. Render as 'dev' (or omit) for local dev to suppress the GitHub link. | account-menu.tsx:68 |
<a id="property-version"></a> version | string | Display version string, e.g. '0.5.0' (rendered as v0.5.0). | account-menu.tsx:63 |