jmap-kit
    Preparing search index...

    Type Alias JMAPResponseInvocation

    JMAPResponseInvocation: [
        name: string,
        args: JMAPResponseInvocationArgs,
        methodCallId: Id,
    ]

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

    • The name of the method response.
    • An object containing named arguments for that response.
    • The method call id: an arbitrary string from corresponding request method set by the client