Major updates on Master Statistical

This commit is contained in:
Joao Ramos
2024-08-24 10:53:11 +01:00
parent 44adc142f6
commit cf1b47fbd2
7 changed files with 1397 additions and 878 deletions

View File

@@ -29,3 +29,5 @@ export interface Assignment {
archived?: boolean;
released?: boolean;
}
export type AssignmentWithCorporateId = Assignment & { corporateId: string };