fix: move url field on content page to root
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user