Skip to content

RateSchema

const RateSchema: ZodObject<{ comment: ZodString; rate: ZodNumber; }, $strip>

Defined in: review/src/middleware/reviewRateMiddleware.ts:23

Schema describing the result of the review rating step.