Type alias PatreonTier

PatreonTier: WithId<{
    id: PatronTier;
    tier: number;
    symbol: string;
    description: string;
    color: string;
}>

This is a type of a single object within the collection "patrons". A single object describes a single patron.

Generated using TypeDoc