IGPAPI
    Preparing search index...

    Type Alias ProfileVisitFlowInput

    ProfileVisitFlowInput: { entryPoint?: string; fromModule?: string } & (
        { username: string }
        | { userId: string }
    )