jmap-kit
    Preparing search index...

    Type Alias InvocationHandlerMap

    InvocationHandlerMap: Record<string | symbol, HandlerFn> & { error?: HandlerFn }

    A mapping of invocation IDs (symbols), method names (e.g., "Mailbox/get"), data types (e.g. "Mailbox"), or the special property error to handler functions.