Interface DonationType

interface DonationType {
    amount: number;
    partnership: string;
}

Properties

Properties

amount: number
partnership: string