masto
    Preparing search index...

    Interface CollectionItem

    Represents an account recommended within a Collection.

    interface CollectionItem {
        accountId: string;
        createdAt: string;
        id: string;
        state: keyof CollectionItemStateRegistry;
    }
    Index

    Properties

    accountId: string

    The id of the account this item represents.

    createdAt: string

    When the item was added to the collection.

    id: string

    The item id.

    The current state of the item.