tmp catalog
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user