data-cap
    Preparing search index...

    Type Alias OperationsSnapshot

    OperationsSnapshot: Readonly<
        Record<string, Readonly<Record<string, OperationState>>>,
    >

    Every operation's current OperationState, keyed by operation name then canonicalized params.