nylas
    Preparing search index...

    Interface RemoveAgentListItemsRequest

    Interface representing a request to remove items from a Nylas Agent Account list.

    interface RemoveAgentListItemsRequest {
        items: string[];
    }
    Index

    Properties

    Properties

    items: string[]

    Values to remove from the list.