Feat/BOOK-240 hero video
Approved-by: Chuma Mcphoy (We Ahead) Approved-by: Christel Westerberg
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import { z } from "zod"
|
||||
|
||||
const focalPointSchema = z.object({
|
||||
x: z.number(),
|
||||
y: z.number(),
|
||||
})
|
||||
import { focalPointSchema } from "./focalPoint"
|
||||
|
||||
const deprecatedMetaDataSchema = z.object({
|
||||
DefinitionType: z.number().nullish(),
|
||||
|
||||
Reference in New Issue
Block a user