@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Type Alias MatchHandlers<T, R>

    MatchHandlers: { [K in StatusOf<T>]: (r: Narrow<T, K>) => R }

    Exhaustive handler map: one arm per possible status. Omitting any arm is a compile error — use PartialMatchHandlers with a _ catchall to handle a subset.

    Type Parameters

    • T
    • R