Merged in feat/SW-1751-destination-0-results (pull request #1448)
feat(SW-1751): Added alert if no results are found, also implemented default location data from Contentstack * feat(SW-1751): Added alert if no results are found, also implemented default location data from Contentstack Approved-by: Matilda Landström
This commit is contained in:
5
apps/scandic-web/types/components/mapLocation.ts
Normal file
5
apps/scandic-web/types/components/mapLocation.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { z } from "zod"
|
||||
|
||||
import type { mapLocationSchema } from "@/server/routers/contentstack/schemas/mapLocation"
|
||||
|
||||
export type MapLocation = z.output<typeof mapLocationSchema>
|
||||
Reference in New Issue
Block a user