trakteerjs
    Preparing search index...

    Interface latestTip

    Latest Tip Data

    interface latestTip {
        latestTip: {
            display_name: string;
            media: null | Media;
            quantity: number;
            support_message: string;
        }[];
        unitIcon: string;
        unitName: string;
    }
    Index

    Properties

    latestTip: {
        display_name: string;
        media: null | Media;
        quantity: number;
        support_message: string;
    }[]

    Latest tip data

    Type declaration

    • display_name: string

      Display name of supporter

    • media: null | Media

      Media if exists

    • quantity: number

      Quantity of unit donated

    • support_message: string

      Support message

    unitIcon: string

    Unit icon URL

    unitName: string

    Unit name