nylas
    Preparing search index...

    Interface AddAgentListItemsRequest

    Interface representing a request to add items to a Nylas Agent Account list.

    interface AddAgentListItemsRequest {
        items: string[];
    }
    Index

    Properties

    Properties

    items: string[]

    Values to add to the list.