IGPAPI
    Preparing search index...

    Variable DiscoverFacadeConst

    DiscoverFacade: Effect<
        {
            chaining: (
                ...args: [input: { targetId: string }],
            ) => Promise<DiscoverChainingResponse>;
            feed: {
                discover: (
                    input: WithOptionalDefaults,
                ) => PaginatedFeed<
                    WithOptionalDefaults<DiscoverFeedInput, {}>,
                    DiscoverFeedResponse,
                    DiscoverFeedResponseSuggestionsItem,
                >;
                topicalExplore: (
                    input: WithOptionalDefaults,
                ) => PaginatedFeed<
                    WithOptionalDefaults<
                        TopicalExploreFeedInput,
                        { clusterId: string; module: "explore_popular" },
                    >,
                    TopicalExploreFeedResponse,
                    TopicalExploreFeedResponseSectionalItemsItem,
                >;
            };
            profileSuBadge: (...args: []) => Promise<unknown>;
            topicalExplore: (...args: []) => Promise<unknown>;
        },
        never,
        PlainJsonApiHttp
        | Signature
        | MobileSession
        | MobileDevice,
    > = ...