export default class Match<T> {
    home?: T;
    away?: T;
}
