1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Refactor some "get" functions that used hooks (#50975)

This commit is contained in:
Peter Bengtsson
2024-06-04 13:01:27 -04:00
committed by GitHub
parent 5553deb990
commit 3540a08bb7
3 changed files with 114 additions and 103 deletions

View File

@@ -12,7 +12,7 @@ export type ProductT = {
nameRendered: string
}
type VersionItem = {
export type VersionItem = {
// free-pro-team@latest, enterprise-cloud@latest, enterprise-server@3.3 ...
version: string
versionTitle: string