jmap-kit
    Preparing search index...

    Type Alias SearchSnippetGetResponseInvocationArgs

    The response to a SearchSnippet/get call.

    type SearchSnippetGetResponseInvocationArgs = {
        accountId: Id;
        list: SearchSnippetObject[];
        notFound: Id[] | null;
    }
    Index

    Properties

    accountId: Id

    The id of the account used for the call.

    An array of SearchSnippet objects for the requested Email ids. This may not be in the same order as the ids that were in the request.

    notFound: Id[] | null

    An array of Email ids requested that could not be found, or null if all ids were found.