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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user