feat: add revlidation for loyalty page
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
import { PageLinkEnum } from "../pageLinks"
|
||||
|
||||
import type { Lang } from "@/constants/languages"
|
||||
import type { System } from "../system"
|
||||
import type { AllRequestResponse } from "../utils/all"
|
||||
import type { Edges } from "../utils/edges"
|
||||
import type { TypenameInterface } from "../utils/typename"
|
||||
|
||||
export enum PageLinkEnum {
|
||||
AccountPage = "AccountPage",
|
||||
ContentPage = "ContentPage",
|
||||
LoyaltyPage = "LoyaltyPage",
|
||||
}
|
||||
|
||||
export type MenuItem = {
|
||||
lang: Lang
|
||||
linkText: string
|
||||
|
||||
Reference in New Issue
Block a user