nylas
    Preparing search index...

    Interface AgentListItem

    Interface representing an item in a Nylas Agent Account list.

    interface AgentListItem {
        createdAt?: number;
        id: string;
        listId: string;
        value: string;
    }
    Index

    Properties

    createdAt?: number

    Unix timestamp when the item was added to the list.

    id: string

    Globally unique identifier for the list item.

    listId: string

    The ID of the list that contains the item.

    value: string

    The normalized list item value.