fix: Add fileType to PublicDemoFixture gpsTracks type for CI build.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-30 10:16:32 +02:00
parent 69dddf7838
commit 94b13c8d60
+1 -1
View File
@@ -51,7 +51,7 @@ export interface PublicDemoFixture {
yacht: Record<string, unknown>
crews: DemoCrewRecord[]
entries: Array<Record<string, unknown> & { 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
}