feat: add SoonestStays
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import type { Stay, User } from "@/types/user"
|
||||
|
||||
export type StaysProps = {
|
||||
title: string
|
||||
preamble: string
|
||||
link: {
|
||||
href: string
|
||||
text: string
|
||||
} | null
|
||||
stays: User["stays"]
|
||||
}
|
||||
|
||||
export type StayProps = Stay
|
||||
@@ -1,4 +1,5 @@
|
||||
export type HeaderProps = {
|
||||
title: string
|
||||
subtitle: string
|
||||
subtitle?: string
|
||||
link: { href: string; text: string } | null
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@ import { RTEDocument } from "@/types/rte/node"
|
||||
|
||||
export enum DynamicContentComponents {
|
||||
membership_overview = "membership_overview",
|
||||
soonest_stays = "soonest_stays",
|
||||
previous_stays = "previous_stays",
|
||||
upcoming_stays = "upcoming_stays",
|
||||
current_benefits = "current_benefits",
|
||||
|
||||
Reference in New Issue
Block a user