Minimal match result shape containing only matchDate and status for timeline.
Optional
Readonly
type MinimalMatchResult = { readonly matchDate?: Date; readonly status: MatchStatus;}; Copy
type MinimalMatchResult = { readonly matchDate?: Date; readonly status: MatchStatus;};
Minimal match result shape containing only matchDate and status for timeline.