Feat/BOOK-240 hero video
Approved-by: Chuma Mcphoy (We Ahead) Approved-by: Christel Westerberg
This commit is contained in:
@@ -11,3 +11,12 @@ export const systemSchema = z.object({
|
||||
export interface System {
|
||||
system: z.output<typeof systemSchema>
|
||||
}
|
||||
|
||||
export const assetSystemSchema = z.object({
|
||||
content_type_uid: z.string(),
|
||||
uid: z.string(),
|
||||
})
|
||||
|
||||
export interface AssetSystem {
|
||||
system: z.output<typeof assetSystemSchema>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user