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

    Type Alias UsernamePacket

    A packet for premium users that show the username of a user id.

    type UsernamePacket = {
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: number

    The user id of the person.

    name: string

    The name of the user.