Merged in feat/webviews (pull request #198)

Feat/webviews

Approved-by: Michael Zetterberg
This commit is contained in:
Christel Westerberg
2024-05-30 13:51:35 +00:00
committed by Michael Zetterberg
32 changed files with 561 additions and 127 deletions

View File

@@ -20,6 +20,10 @@ export type ContentTypeParams = {
contentType: "loyalty-page" | "content-page"
}
export type ContentTypeWebviewParams = {
contentType: "loyalty-page" | "account-page"
}
export type UIDParams = {
uid: string
}