Variable getPackagesPackageidAssetsConst

getPackagesPackageidAssets: EndpointGeneric<{
    packageID: number;
}, {
    assetIds: number[];
}, any> = ...

GET https://inventory.roblox.com/v1/packages/:packageId/assets

Given a package ID, returns the list of asset IDs for that package

The asset ID of the package