export type DonationPlatformTag = {
    /**
     * The short identifier of the donation platform
     */
    short: string;
    /**
     * The full name of the donation platform
     */
    name: string;
};
