feat(SW-543): update requests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { z } from "zod"
|
||||
import type { z } from "zod"
|
||||
|
||||
import { joinLoyaltyContactSidebarSchema } from "@/server/routers/contentstack/loyaltyPage/output"
|
||||
import { contactSchema } from "@/server/routers/contentstack/schemas/sidebar/joinLoyaltyContact"
|
||||
import type { joinLoyaltyContactSidebarSchema } from "@/server/routers/contentstack/loyaltyPage/output"
|
||||
import type { contactSchema } from "@/server/routers/contentstack/schemas/sidebar/joinLoyaltyContact"
|
||||
|
||||
export interface JoinLoyaltyContact
|
||||
extends z.output<typeof joinLoyaltyContactSidebarSchema> {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { z } from "zod"
|
||||
import type { z } from "zod"
|
||||
|
||||
import {
|
||||
import type {
|
||||
alertSchema,
|
||||
siteConfigRefSchema,
|
||||
siteConfigSchema,
|
||||
|
||||
Reference in New Issue
Block a user