MCPcopy
hub / github.com/umami-software/umami / SeedConfig

Interface SeedConfig

scripts/seed/index.ts:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39type RevenueCreateInput = Prisma.RevenueCreateManyInput;
40
41export interface SeedConfig {
42 days: number;
43 clear: boolean;
44 verbose: boolean;
45}
46
47export interface SeedResult {
48 websites: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected