add public feedback/contact option
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m5s
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m5s
This commit is contained in:
6
src/routes/feedback/schema.ts
Normal file
6
src/routes/feedback/schema.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
export const FeedbackSubmitSchema = z.object({
|
||||
content: z.string(),
|
||||
type: z.enum(['feedback', 'contact'])
|
||||
});
|
Reference in New Issue
Block a user