jmap-kit
    Preparing search index...

    Type Alias JMAPRequestInvocation

    JMAPRequestInvocation: [
        name: string,
        args: JMAPRequestInvocationArgs,
        methodCallId: Id,
    ]

    This is a tuple, represented as a JSON array containing three elements:

    • The name of the method to call.
    • An object containing named arguments for that method request.
    • The method call id: an arbitrary string from the client to be echoed back with the responses emitted by that method call.