@orangecheck/design / OcAccountMenuBuildInfo
Interface: OcAccountMenuBuildInfo
Defined in: chrome/account-menu.tsx:63
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. | chrome/account-menu.tsx:75 |
<a id="property-sha"></a> sha? | string | 7+ character commit SHA. Render as 'dev' (or omit) for local dev to suppress the GitHub link. | chrome/account-menu.tsx:70 |
<a id="property-version"></a> version | string | Display version string, e.g. '0.5.0' (rendered as v0.5.0). | chrome/account-menu.tsx:65 |