Type alias MemberAward

MemberAward: WithId<{
    awardId: string;
    memberId: string;
    unlocked: Date;
}>

This is a type of a single object within the collection "memberAwards". A single object describes a single award unlocked by a single member.

Generated using TypeDoc