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

    Variable offerResultShapeConst

    offerResultShape: ShapeDefinition<
        ShapeAnd<
            [
                ShapeDefinition<
                    {
                        messageId: CustomSpecifier<
                            `${string}-${string}-${string}-${string}-${string}`,
                        >;
                    },
                    false,
                >,
                {
                    hostClientId: CustomSpecifier<
                        `${string}-${string}-${string}-${string}-${string}`,
                    >;
                    type: ShapeExact<readonly [OfferResult]>;
                },
            ],
        >,
        false,
    > = ...

    Shape definition for "offer result" messages.