Clean up all kinds of typescript issues

This commit is contained in:
2024-05-05 15:58:58 -04:00
parent 634cff507c
commit 8e73650462
21 changed files with 380 additions and 159 deletions

View File

@@ -13,10 +13,10 @@ export interface Boat extends Models.Document {
year?: number;
imgSrc?: string;
iconSrc?: string;
bookingAvailable?: boolean;
bookingAvailable: boolean;
requiredCerts: string[];
maxPassengers: number;
defects?: {
defects: {
type: string;
severity: string;
description: string;