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;
        },
        {
            assetTypeId: number;
            contentRepresentationSpecifier: {
                fidelity: string;
                format: string;
                majorVersion: string;
            };
            errors: {
                Code: number;
                CustomErrorCode: | 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7
                | 8
                | 9
                | 10
                | 11
                | 12
                | 13
                | 14
                | 15
                | 16;
                Message: string;
            }[];
            isArchived: boolean;
            isRecordable: boolean;
            locations: {
                assetFormat: string;
                assetMetadatas: { metadataType: 1; value: string }[];
                location: string;
            }[];
            requestId: string;
        },
        undefined,
    > = ...

    GET https://assetdelivery.roblox.com/v2/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