jmap-kit
    Preparing search index...

    Interface JMAPRequestInvocationArgs

    An object containing named arguments for a method request.

    The value of property names starting with a hash (#) must be Result References. All other property names may have any suitable value.

    Indexable

    • [key: string]: JSONValue

      A named argument for a method.

    • [ref: `#${string}`]: Omit<JSONValue & JMAPResultReference, "member">

      A Result Reference to the result of a previous method call in a request.