File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,17 +6,13 @@ import {
66 ReportValidationSchema ,
77 MetricValidationSchema ,
88 LogValidationSchema ,
9- UserValidationSchema ,
10- PlanValidationSchema ,
11- SubscriptionValidationSchema
9+ UserValidationSchema
1210} from '@/server/validators'
1311
1412export type ReportInferType = z . infer < typeof ReportValidationSchema >
1513export type MetricInferType = z . infer < typeof MetricValidationSchema >
1614export type LogInferType = z . infer < typeof LogValidationSchema >
1715export type UserInferType = z . infer < typeof UserValidationSchema >
18- export type PlanInferType = z . infer < typeof PlanValidationSchema >
19- export type SubscriptionInferType = z . infer < typeof SubscriptionValidationSchema >
2016
2117export type ReportSelect = typeof reports . $inferSelect
2218export type ReportInsert = typeof reports . $inferInsert
You can’t perform that action at this time.
0 commit comments