trakteerjs
    Preparing search index...

    Interface rawDonation

    Donation Information (Raw)

    interface rawDonation {
        id: string;
        media: null | Media;
        price: string;
        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"
    
    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