jmap-kit
    Preparing search index...

    Type Alias AddedItem

    An item Id and its index used for the added items array in a /queryChanges response.

    type AddedItem = {
        id: Id;
        index: UnsignedInt;
    }
    Index

    Properties

    Properties

    id: Id