feat(SW-266): Replacing static metadata with data from Contentstack on Loyalty pages and Account Pages

Approved-by: Simon.Emanuelsson
This commit is contained in:
Pontus Dreij
2024-08-22 13:49:34 +00:00
14 changed files with 287 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
import { z } from "zod"
import { getMetaDataSchema } from "@/server/routers/contentstack/metadata/output"
export interface MetaData extends z.infer<typeof getMetaDataSchema> {}