Interface PolyverseLibraryAssetContents

The PolyverseLibraryAssetContents structure represents the contents of an asset library in the Polyverse Asset Library.

interface PolyverseLibraryAssetContents {
    Assets: PolyverseAssetObject[];
    Categories?: {
        [key: string]: number;
    };
    Total: number;
}

Properties

Categories?: {
    [key: string]: number;
}
Total: number