Persist map area selection exports
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-25 02:12:09 +02:00
parent f773225b98
commit 46fe3edfc5
15 changed files with 359 additions and 7 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ export interface QualityCheckListResponse {
offset: number
}
export type ExportKind = 'dataset' | 'detection_run' | 'segmentation_run'
export type ExportKind = 'dataset' | 'detection_run' | 'segmentation_run' | 'vector_selection'
export interface ExportRead {
id: string