rovalra
    Preparing search index...

    Variable default

    default: {
        getAgeRecommendations: (universeId: any) => Promise<any>;
        getBadges: (universeId: any) => Promise<any>;
        getCloudPlatformSupport: (
            universeId: any,
        ) => Promise<
            | { console: any; desktop: any; mobile: any; tablet: any; vr: any }
            | null,
        >;
        getCloudRootPlaceId: (universeId: any) => Promise<any>;
        getCloudSocialLinks: (
            universeId: any,
        ) => Promise<{ discord: any; twitter: any; youtube: any } | null>;
        getCloudUniverseDetails: (universeId: any) => Promise<any>;
        getExperienceDetails: (universeId: any) => Promise<any>;
        getExperienceGuidelinesAgeRecommendation: (universeId: any) => Promise<any>;
        getExperienceGuidelinesAgeRecommendationSummary: (
            universeId: any,
        ) => Promise<any>;
        getExperienceSduiProps: (universeId: any) => Promise<any>;
        getExperienceStatus: (
            universeId: any,
        ) => Promise<
            | {
                favoriteCount: any;
                isCameraSupported: any;
                isFavorited: any;
                isVoiceSupported: any;
                textFilterProfanity: any;
            }
            | null,
        >;
        getFeedItems: (universeId: any) => Promise<any>;
        getGameDetails: (universeId: any) => Promise<any>;
        getGamePasses: (universeId: any) => Promise<any>;
        getMediaGallery: (universeId: any) => Promise<any>;
        getPlaceDetails: (placeId: any) => Promise<any>;
        getRelatedGames: (universeId: any) => Promise<any>;
        getSocialDetails: (
            universeId: any,
        ) => Promise<
            | { connectionsPlayed: any; followingStatus: any; socialLinks: any }
            | null,
        >;
        getUniverseEligibilities: (universeIds: any) => Promise<{}>;
        getUniverseEligibility: (universeId: any) => Promise<any>;
        getUniversesDetails: (universeIds: any) => Promise<any>;
        getUniversesVotes: (universeIds: any) => Promise<any>;
        getVisibilityVariables: (universeId: any) => Promise<any>;
        getVotingDetails: (
            universeId: any,
        ) => Promise<
            { totalDownVotes: any; totalUpVotes: any; userVote: any }
            | null,
        >;
        REASON_PROHIBITED_TYPES: string[];
    }

    Type Declaration

    • getAgeRecommendations: (universeId: any) => Promise<any>
    • getBadges: (universeId: any) => Promise<any>
    • getCloudPlatformSupport: (
          universeId: any,
      ) => Promise<
          { console: any; desktop: any; mobile: any; tablet: any; vr: any }
          | null,
      >
    • getCloudRootPlaceId: (universeId: any) => Promise<any>
    • getCloudUniverseDetails: (universeId: any) => Promise<any>
    • getExperienceDetails: (universeId: any) => Promise<any>
    • getExperienceGuidelinesAgeRecommendation: (universeId: any) => Promise<any>
    • getExperienceGuidelinesAgeRecommendationSummary: (universeId: any) => Promise<any>
    • getExperienceSduiProps: (universeId: any) => Promise<any>
    • getExperienceStatus: (
          universeId: any,
      ) => Promise<
          | {
              favoriteCount: any;
              isCameraSupported: any;
              isFavorited: any;
              isVoiceSupported: any;
              textFilterProfanity: any;
          }
          | null,
      >
    • getFeedItems: (universeId: any) => Promise<any>
    • getGameDetails: (universeId: any) => Promise<any>
    • getGamePasses: (universeId: any) => Promise<any>
    • getMediaGallery: (universeId: any) => Promise<any>
    • getPlaceDetails: (placeId: any) => Promise<any>
    • getRelatedGames: (universeId: any) => Promise<any>
    • getSocialDetails: (
          universeId: any,
      ) => Promise<
          | { connectionsPlayed: any; followingStatus: any; socialLinks: any }
          | null,
      >
    • getUniverseEligibilities: (universeIds: any) => Promise<{}>
    • getUniverseEligibility: (universeId: any) => Promise<any>
    • getUniversesDetails: (universeIds: any) => Promise<any>
    • getUniversesVotes: (universeIds: any) => Promise<any>
    • getVisibilityVariables: (universeId: any) => Promise<any>
    • getVotingDetails: (
          universeId: any,
      ) => Promise<
          { totalDownVotes: any; totalUpVotes: any; userVote: any }
          | null,
      >
    • REASON_PROHIBITED_TYPES: string[]