Doppelkopf-Stats-Frontend/src/app/models/enums/team.ts

5 lines
42 B
TypeScript

export enum Team {
RE = 0,
KONTRA = 1
}