UNPKG

modrinthjs

Version:
15 lines (14 loc) 277 B
export type ProjectDonationURL = { /** * The ID of the donation platform */ id?: string; /** * The donation platform this link is to */ platform?: string; /** * The URL of the donation platform and user */ url?: string; };