Merged in feat/SW-1450-destination-page-cs-components (pull request #1204)
feat(SW-1450): added components in destination pages from cs * feat(SW-1450): added components in destination pages from cs * feat(SW-1450): added correct refs and removed classNames Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -7,8 +7,9 @@ import type {
|
||||
|
||||
export interface GetDestinationCityPageData
|
||||
extends z.input<typeof destinationCityPageSchema> {}
|
||||
export interface DestinationCityPage
|
||||
interface DestinationCityPage
|
||||
extends z.output<typeof destinationCityPageSchema> {}
|
||||
export type DestinationCityPageData = DestinationCityPage["destinationCityPage"]
|
||||
|
||||
export interface GetDestinationCityPageRefsSchema
|
||||
extends z.input<typeof destinationCityPageRefsSchema> {}
|
||||
|
||||
@@ -7,8 +7,10 @@ import type {
|
||||
|
||||
export interface GetDestinationCountryPageData
|
||||
extends z.input<typeof destinationCountryPageSchema> {}
|
||||
export interface DestinationCountryPage
|
||||
interface DestinationCountryPage
|
||||
extends z.output<typeof destinationCountryPageSchema> {}
|
||||
export type DestinationCountryPageData =
|
||||
DestinationCountryPage["destinationCountryPage"]
|
||||
|
||||
export interface GetDestinationCountryPageRefsSchema
|
||||
extends z.input<typeof destinationCountryPageRefsSchema> {}
|
||||
|
||||
Reference in New Issue
Block a user