Interface Collection

interface Collection {
    collectionLink: undefined | string;
    collectionName: string;
}

Properties

collectionLink: undefined | string
collectionName: string

Generated using TypeDoc