MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / Args

Interface Args

packages/db/scripts/find-duplicate-events.ts:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41type Bucket = 'day' | 'hour';
42
43interface Args {
44 since: Date;
45 bucket: Bucket;
46 project: string | null;
47 limit: number;
48 batch: number;
49 delete: boolean;
50}
51
52function getArg(name: string): string | undefined {
53 const prefix = `--${name}=`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected