This commit is contained in:
John Yeo
2025-09-29 11:15:23 +01:00
parent 1103fd8ca2
commit 3d0e4f94f2
61 changed files with 1820 additions and 261 deletions

View File

@@ -1,4 +1,4 @@
import { z } from "zod";
import { z } from "zod/v4";
export const AutumnMetadataSchema = z.object({
id: z.string(),