interface Category4 {
    banner: Banner2;
    category: Category5;
    category_id: number;
    deleted_at: any;
    description: any;
    id: number;
    name: string;
    slug: string;
    tags: string[];
}

Properties

banner: Banner2
category: Category5
category_id: number
deleted_at: any
description: any
id: number
name: string
slug: string
tags: string[]