Type Alias HonuaOgcProcessJobResults

HonuaOgcProcessJobResults: Record<string, unknown>

Result document returned from /jobs/{jobId}/results. OGC API Processes Part 1 ยง7.11.1 defines the document-mode body as a map keyed by output identifier; the body is the map itself, not an { outputs: ... } envelope. honua-server returns {} until populated entries land via the artifact store.