useresponse
    Preparing search index...

    Interface Category

    interface Category {
        description?: string | null;
        forum?: Forum;
        id?: number;
        image?: { big?: string; medium?: string; small?: string };
        isPrivate?: boolean;
        name?: string;
        order?: number;
        ownership?: string | null;
        parent_id?: number;
        slug?: string;
        type?: unknown;
    }
    Index

    Properties

    description?: string | null
    forum?: Forum
    id?: number
    image?: { big?: string; medium?: string; small?: string }
    isPrivate?: boolean
    name?: string
    order?: number
    ownership?: string | null
    parent_id?: number
    slug?: string
    type?: unknown