interface FormMatch {
    contestants: PurpleContestants;
    goal: PurpleGoal[];
    id: string;
    date: string;
}

Properties

Properties

contestants: PurpleContestants
goal: PurpleGoal[]
id: string
date: string