Interface ICategory

interface ICategory {
    category?: string;
}

Properties

Properties

category?: string