MCPcopy
hub / github.com/refinedev/refine / Store

Interface Store

packages/cli/src/update-notifier/index.tsx:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const STORE_NAME = "refine-update-notifier";
11
12export interface Store {
13 key: string;
14 lastUpdated: number;
15 packages: RefinePackageInstalledVersionData[];
16}
17
18export const store = new Conf<Store>({
19 projectName: STORE_NAME,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected