Interface DonationUrl

Represents a donation URL for a project on Modrinth.

interface DonationUrl {
    id: string;
    platform: string;
    url: string;
}

Properties

Properties

id: string

The ID of the donation platform.

platform: string

The donation platform this link is to.

url: string

The URL of the donation platform and user.