OpenFairyGUI API
    Preparing search index...

    Interface InspectCategoryReport

    Summary report for a single resource category.

    interface InspectCategoryReport {
        count: number;
        details: { exported?: boolean; id: string; name: string; path?: string }[];
    }
    Index
    count: number
    details: { exported?: boolean; id: string; name: string; path?: string }[]