interface FormAnyComp {
    contestantId: string;
    lastSix: string;
    match: FormAnyCompMatch[];
}

Properties

contestantId: string
lastSix: string