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