Interface HonuaOgcProcessesResponse

Response from /processes.

interface HonuaOgcProcessesResponse {
    cache?: HonuaCacheState;
    links?: HonuaOgcLink[];
    processes: HonuaOgcProcessSummary[];
}

Properties

links?: HonuaOgcLink[]