| 39 | type RevenueCreateInput = Prisma.RevenueCreateManyInput; |
| 40 | |
| 41 | export interface SeedConfig { |
| 42 | days: number; |
| 43 | clear: boolean; |
| 44 | verbose: boolean; |
| 45 | } |
| 46 | |
| 47 | export interface SeedResult { |
| 48 | websites: number; |
nothing calls this directly
no outgoing calls
no test coverage detected