feat(SW-1391): add join scandic friends block
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { z } from "zod"
|
||||
|
||||
import type { fullWidthCampaignSchema } from "@/server/routers/contentstack/schemas/blocks/fullWidthCampaign"
|
||||
import type { joinScandicFriendsSchema } from "@/server/routers/contentstack/schemas/blocks/joinScandicFriends"
|
||||
import type {
|
||||
blocksSchema,
|
||||
startPageRefsSchema,
|
||||
@@ -20,3 +21,7 @@ export type Block = z.output<typeof blocksSchema>
|
||||
export type FullWidthCampaign = z.output<
|
||||
typeof fullWidthCampaignSchema
|
||||
>["full_width_campaign"]
|
||||
|
||||
export type JoinScandicFriends = z.output<
|
||||
typeof joinScandicFriendsSchema
|
||||
>["join_scandic_friends"]
|
||||
|
||||
Reference in New Issue
Block a user