Basic calendar view

This commit is contained in:
2023-11-24 00:12:58 -05:00
parent a6540a2a02
commit 8200bcde52
30 changed files with 406 additions and 57 deletions

View File

@@ -8,13 +8,13 @@ export interface Boat {
class: string;
year: number;
imgsrc: string;
booking: {
booking?: {
available: boolean;
requiredCerts: string[];
maxDuration: number;
maxPassengers: number;
};
defects: {
defects?: {
type: string;
severity: string;
description: string;