diff --git a/client/src/services/demoLogbookData.ts b/client/src/services/demoLogbookData.ts index 7309b14..fa67ec1 100644 --- a/client/src/services/demoLogbookData.ts +++ b/client/src/services/demoLogbookData.ts @@ -51,7 +51,7 @@ export interface PublicDemoFixture { yacht: Record crews: DemoCrewRecord[] entries: Array & { payloadId: string }> - gpsTracks: Array<{ entryId: string; waypoints: unknown[]; filename: string; gpxContent?: string }> + gpsTracks: Array<{ entryId: string; waypoints: unknown[]; filename: string; gpxContent?: string; fileType: string }> photos: never[] firstEntryId: string }