trakteerjs
    Preparing search index...

    Interface lastSupporter

    Last Supporter Data

    interface lastSupporter {
        supporter: {
            avatar: null | string;
            name: string;
            sum: number;
            support_message: string;
        };
        unitIcon: string;
        unitName: string;
    }
    Index

    Properties

    supporter: {
        avatar: null | string;
        name: string;
        sum: number;
        support_message: string;
    }

    Supporter data

    Type declaration

    • avatar: null | string

      Supporter avatar

    • name: string

      Supporter name

    • sum: number

      Total donation

    • support_message: string

      Supporter Message

    unitIcon: string

    Unit icon URL

    unitName: string

    Unit name