Merged in feat/SW-2266-campaign-hero (pull request #2344)
Feat/SW-2266 campaign hero Approved-by: Erik Tiekstra
This commit is contained in:
@@ -4,6 +4,7 @@ import type {
|
||||
blocksSchema,
|
||||
campaignPageRefsSchema,
|
||||
campaignPageSchema,
|
||||
heroSchema,
|
||||
} from "@/server/routers/contentstack/campaignPage/output"
|
||||
import type { essentialsSchema } from "@/server/routers/contentstack/schemas/blocks/essentials"
|
||||
|
||||
@@ -21,3 +22,5 @@ export interface CampaignPageRefs
|
||||
export type Block = z.output<typeof blocksSchema>
|
||||
|
||||
export type EssentialsBlock = z.output<typeof essentialsSchema>["essentials"]
|
||||
|
||||
export type Hero = z.output<typeof heroSchema>
|
||||
|
||||
Reference in New Issue
Block a user