refactor: move all loyalty enums to new file

This commit is contained in:
Christel Westerberg
2024-05-02 11:40:22 +02:00
parent 4ef48bb0cd
commit 2bd757b29c
7 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
import { Typename } from "@/types/requests/utils/typename"
import type { JoinLoyaltyContact } from "@/server/routers/contentstack/loyaltyPage/output"
import type { Typename } from "./utils/typename"
export enum JoinLoyaltyContactTypenameEnum {
LoyaltyPageSidebarJoinLoyaltyContactBlockContactContact = "LoyaltyPageSidebarJoinLoyaltyContactBlockContactContact",