mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 11:43:23 +02:00
Base de donnée opé
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { optional, string, z } from "zod";
|
||||
|
||||
const jeuxValidation = z.object({
|
||||
Title : z.string(),
|
||||
Description : z.string(),
|
||||
Picture: z.string(),
|
||||
Worker : z.string()
|
||||
|
||||
});
|
||||
|
||||
export default jeuxValidation;
|
||||
Reference in New Issue
Block a user