feat: add shortcuts component to loyaltypage
This commit is contained in:
@@ -12,8 +12,6 @@ import { RTEDocument } from "@/types/rte/node"
|
||||
|
||||
const accountPageShortcuts = z.object({
|
||||
__typename: z.literal(ContentEntries.AccountPageContentShortcuts),
|
||||
title: z.string().optional(),
|
||||
preamble: z.string().optional(),
|
||||
shortcuts: z.object({
|
||||
title: z.string().optional(),
|
||||
preamble: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user