Harden raster detection manifest handoff
This commit is contained in:
@@ -259,6 +259,16 @@ export interface RasterTileResponse {
|
||||
manifest: RasterTileManifest
|
||||
}
|
||||
|
||||
export interface RasterTileHandoff {
|
||||
manifest_path: string
|
||||
tile_set_id?: string | null
|
||||
tile_size?: number | null
|
||||
overlap?: number | null
|
||||
count?: number | null
|
||||
source_dataset_id?: string | null
|
||||
created_at?: string | null
|
||||
}
|
||||
|
||||
export interface VectorBBoxResponse {
|
||||
dataset_id: string
|
||||
bounds_json: Record<string, number> | null
|
||||
|
||||
Reference in New Issue
Block a user