MCPcopy
hub / github.com/zws-im/zws / Stats

Interface Stats

src/server/components/urls/service.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24type Base64 = Opaque<string, 'Base64'>;
25
26interface Stats {
27 url: string;
28 visits: Date[];
29}
30
31interface VisitUrlData {
32 longUrl: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected