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

Properties

Properties

cards: Card[]

Generated using TypeDoc