rozod
    Preparing search index...

    Variable getDeveloperProductsDeveloperproductidIconsConst Api Param

    getDeveloperProductsDeveloperproductidIcons: EndpointGeneric<
        { developerProductId: number; height?: number; width?: number },
        {
            data: {
                imageId: string;
                imageUrl: string;
                languageCode: string;
                state:
                    | "Approved"
                    | "PendingReview"
                    | "UnAvailable"
                    | "Rejected"
                    | "Error";
            }[];
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/developer-products/:developerProductId/icons Get all icons for a developer product developerProductId The id of the developer product width The width of the icon to request height The height of the icon to request