MCPcopy
hub / github.com/guaguaguaxia/weekly_report / HistoryRecord

Interface HistoryRecord

utils/historyStorage.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface HistoryRecord {
2 id: string;
3 timestamp: number;
4 date: string;
5 input: string;
6 output: string;
7 title: string;
8}
9
10const STORAGE_KEY = 'weekly_report_history';
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected