Interface Category

interface Category {
    category_id: string;
    name: string;
}

Properties

Properties

category_id: string
name: string