role-occurrence.ts 100 Bytes
Newer Older
Romain DELEAU's avatar
Romain DELEAU committed
1 2
export class RoleOccurrence {
    iteration: number = 1;
3 4
    min: number = 0;
    max:number = 0;
Romain DELEAU's avatar
Romain DELEAU committed
5
}