UNPKG

modrinthjs

Version:
11 lines (10 loc) 207 B
export type DonationPlatformTag = { /** * The short identifier of the donation platform */ short: string; /** * The full name of the donation platform */ name: string; };