Interface Category

interface Category {
    categoryLink: undefined | string;
    categoryName: string;
}

Properties

categoryLink: undefined | string
categoryName: string

Generated using TypeDoc