MCPcopy
hub / github.com/every-app/open-seo / RankKeywordHistoryPoint

Interface RankKeywordHistoryPoint

src/serverFunctions/rank-tracking.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25} from "@/types/schemas/rank-tracking";
26
27export interface RankKeywordHistoryPoint {
28 device: "desktop" | "mobile";
29 checkedAt: string;
30 position: number | null;
31}
32
33interface RankConfigTrendPoint {
34 runId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected