Files
geointel/frontend/src/services/api/index.ts
T
Codex 01f063b921
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Add vector change detection foundation
2026-06-16 23:55:52 +02:00

12 lines
425 B
TypeScript

export { areasApi } from './areas'
export { analysisApi } from './analysis'
export { datasetsApi } from './datasets'
export { demoApi } from './demo'
export { detectionApi } from './detection'
export { externalApi } from './external'
export { qaApi } from './qa'
export { segmentationApi } from './segmentation'
export { exportsApi } from './exports'
export { jobsApi } from './jobs'
export { projectsApi } from './projects'