feat: Graphql queries and TRPC route setup for Hotel Page Component
This commit is contained in:
@@ -17,7 +17,7 @@ export type StatusParams = {
|
||||
}
|
||||
|
||||
export type ContentTypeParams = {
|
||||
contentType: "loyalty-page" | "content-page"
|
||||
contentType: "loyalty-page" | "content-page" | "hotel-page"
|
||||
}
|
||||
|
||||
export type ContentTypeWebviewParams = {
|
||||
|
||||
Reference in New Issue
Block a user