rozod
    Preparing search index...

    Variable getLocalesSupportedLocalesForCreatorsConst Api Param

    getLocalesSupportedLocalesForCreators: EndpointGeneric<
        { displayValueLocale?: string },
        {
            data: {
                isEnabledForFullExperience: boolean;
                isEnabledForInGameUgc: boolean;
                isEnabledForSignupAndLogin: boolean;
                locale: {
                    id: number;
                    language: {
                        id: number;
                        isRightToLeft: boolean;
                        languageCode: string;
                        name: string;
                        nativeName: string;
                    };
                    locale: string;
                    name: string;
                    nativeName: string;
                };
            }[];
        },
        undefined,
    > = ...