MCPcopy
hub / github.com/waooAI/waoowaoo / ReleaseUpdateInfo

Interface ReleaseUpdateInfo

src/hooks/common/useGithubReleaseUpdate.ts:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const MUTED_UPDATE_VERSION_KEY = 'waoowaoo:update:muted-version'
13
14export interface ReleaseUpdateInfo {
15 latestVersion: string
16 releaseUrl: string
17 releaseName: string | null
18 publishedAt: string | null
19}
20
21export interface UseGithubReleaseUpdateResult {
22 currentVersion: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected