Contains a list of Card objects.

interface CardList {
    cards: Card[];
    meta?: PagingResultMeta;
}

Properties

Properties

cards: Card[]

List of cards.

Paging information regarding the returned records, when response is paginated.