Interface DonationPlatform

interface DonationPlatform {
    name: string;
    short: string;
}

Properties

Properties

name: string

The full name of the donation platform

short: string

The short identifier of the donation platform