PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Type Alias ItemGiftNotificationPacket

    Represents a notification for item gift.

    type ItemGiftNotificationPacket = {
        from: string;
        item: ItemName;
        to: string;
    }
    Index

    Properties

    Properties

    from: string

    The sender's username.

    item: ItemName

    The item id.

    to: string

    The recipient's username.