RateSchema
constRateSchema:ZodObject<{comment:ZodString;rate:ZodNumber; },$strip>
Defined in: review/src/middleware/reviewRateMiddleware.ts:23
Schema describing the result of the review rating step.
constRateSchema:ZodObject<{comment:ZodString;rate:ZodNumber; },$strip>
Defined in: review/src/middleware/reviewRateMiddleware.ts:23
Schema describing the result of the review rating step.