@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias Result<T, E>

    Result: { ok: true; value: T } | { error: E; ok: false }

    Type Parameters

    • T
    • E = unknown