Type alias AwardCategory

AwardCategory: WithId<{
    humanReadableId: string;
    name: string;
    description: string;
}>

Fields which are common for all types of awards.

Generated using TypeDoc