fix: move url field on content page to root

This commit is contained in:
Christel Westerberg
2024-04-18 10:28:35 +02:00
parent d2c1887179
commit 1a95b65653
4 changed files with 4 additions and 20 deletions

View File

@@ -44,9 +44,7 @@ export interface LoyaltyPageLink
export interface ContentPageLink
extends NavigationLink,
TypenameInterface<PageLinkEnum.ContentPage> {
web: {
url: string
}
url: string
}
export type PageLink = ContentPageLink | AccountPageLink | LoyaltyPageLink