interface Collection {
    collectionId: string;
    title: string;
}

Properties

Properties

collectionId: string
title: string