interface TeamDatum {
    side: string;
    id?: string;
}

Properties

Properties

side: string
id?: string