rozod
    Preparing search index...

    Variable getAssetConst Api Param

    getAsset: EndpointGeneric<
        {
            Accept: string;
            "Accept-Encoding": string;
            AssetFormat: string;
            assetName?: string;
            AssetType: string;
            assetVersionId?: number;
            clientInsert?: number;
            contentRepresentationPriorityList?: string;
            doNotFallbackToBaselineRepresentation?: boolean;
            expectedAssetType?: string;
            hash?: string;
            id?: number;
            marAssetHash?: string;
            marCheckSum?: string;
            modulePlaceId?: number;
            permissionContext?: string;
            "Roblox-AssetFormat": string;
            "Roblox-Place-Id": number;
            scriptinsert?: number;
            serverplaceid?: string;
            skipSigningScripts?: boolean;
            universeId?: number;
            userAssetId?: number;
            version?: number;
        },
        void,
        undefined,
    > = ...

    GET https://assetdelivery.roblox.com/v1/asset Accept-Encoding Roblox-Place-Id AssetType Accept AssetFormat Roblox-AssetFormat id userAssetId assetVersionId version universeId clientInsert scriptinsert modulePlaceId serverplaceid assetName hash marAssetHash marCheckSum expectedAssetType skipSigningScripts permissionContext doNotFallbackToBaselineRepresentation contentRepresentationPriorityList