rozod
    Preparing search index...

    Variable postPresenceUsersConst Api Param

    postPresenceUsers: EndpointGeneric<
        {},
        {
            userPresences: | null
            | {
                gameId: null
                | string;
                lastLocation: null | string;
                placeId: null | number;
                rootPlaceId: null | number;
                universeId: null | number;
                userId: number;
                userPresenceType: 0 | 1 | 2 | 3;
            }[];
        },
        { userIds: null
        | number[] },
    > = ...