jmap-kit
    Preparing search index...

    Type Alias JMAPMethodName

    JMAPMethodName: HintedString<
        | "changes"
        | "copy"
        | "echo"
        | "get"
        | "import"
        | "lookup"
        | "parse"
        | "query"
        | "queryChanges"
        | "set"
        | "upload",
    >

    The list of method names defined in the JMAP core specification (RFC 8620).