tmp catalog

This commit is contained in:
wass08
2026-01-21 08:56:10 +09:00
parent a338bea4e7
commit eb564a9819
17 changed files with 207 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import { z } from "zod";
import { BaseNode, nodeType, objectId } from "../base";
const assetSchema = z.object({
id: z.string(),
category: z.string(),
name: z.string(),
thumbnail: z.string(),