trakteerjs
    Preparing search index...

    Interface Donation

    Donation Information with added variable for better use

    interface Donation {
        id: string;
        media: null | Media;
        price: string;
        price_number: number;
        quantity: number;
        supporter_avatar: string;
        supporter_message: null | string;
        supporter_name: string;
        type: string;
        unit: string;
        unit_icon: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    Donation Id

    media: null | Media

    Donation media if exists

    price: string

    Donation price (in string)

    "Rp 100.000"
    
    price_number: number

    Price in number

    quantity: number

    Quantity of donation (in item)

    supporter_avatar: string

    Supporter avatar

    supporter_message: null | string

    Supporter message

    supporter_name: string

    Supporter name

    type: string

    Type of donation

    unit: string

    Unit name

    unit_icon: string

    Unit icon