@game-vir/multiplayer - v15.1.1
    Preparing search index...

    Variable clientIdShapeConst

    clientIdShape: ShapeDefinition<
        {
            clientId: CustomSpecifier<
                `${string}-${string}-${string}-${string}-${string}`,
            >;
            roomId: CustomSpecifier<
                `${string}-${string}-${string}-${string}-${string}`,
            >;
            roomName: string;
        },
        false,
    > = ...

    A shape definition for ClientIdentification when joining or creating a room.