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
|
||||
|
||||
5
types/requests/pageLinks.ts
Normal file
5
types/requests/pageLinks.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum PageLinkEnum {
|
||||
AccountPage = "AccountPage",
|
||||
ContentPage = "ContentPage",
|
||||
LoyaltyPage = "LoyaltyPage",
|
||||
}
|
||||
Reference in New Issue
Block a user