OneSDK
    Preparing search index...

    Interface Category2

    interface Category2 {
        category: Category3;
        category_id: number;
        deleted_at: any;
        description: any;
        id: number;
        name: string;
        slug: string;
        tags: string[];
    }
    Index

    Properties

    category: Category3
    category_id: number
    deleted_at: any
    description: any
    id: number
    name: string
    slug: string
    tags: string[]