This commit is contained in:
2026-07-10 19:52:06 +09:00
parent b98affbf99
commit 6b1583103f
19 changed files with 1515 additions and 98 deletions
@@ -64,6 +64,7 @@ export interface SurfacePointCloudSampleResponse {
sampled_count: number;
bounds: Record<string, number>;
points: [number, number, number][];
rgb?: [number, number, number][];
}
export interface SurfaceGroundStatsResponse {