Interface GeospatialGrpcSubmitJobResponse

interface GeospatialGrpcSubmitJobResponse {
    job_id?: string;
    jobId?: string;
    state?: unknown;
}

Hierarchy (view full)

Properties

Properties

job_id?: string
jobId?: string
state?: unknown