feat(SW-200): Added other options for description and images
This commit is contained in:
@@ -3,4 +3,4 @@ import { z } from "zod"
|
||||
import { rawMetaDataDataSchema } from "@/server/routers/contentstack/metadata/output"
|
||||
|
||||
export interface RawMetaDataSchema
|
||||
extends z.input<typeof rawMetaDataDataSchema> {}
|
||||
extends z.output<typeof rawMetaDataDataSchema> {}
|
||||
|
||||
Reference in New Issue
Block a user