const z = require("zod") module.exports = { DELETE: { query: z.object({ hash: z.string().length(64) }) } }