OneSDK
    Preparing search index...

    Interface Category4

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

    Properties

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