set excused state to presece members

This commit is contained in:
Julian Krauser 2025-01-19 13:42:42 +01:00
parent 8a85cc054d
commit c2b495f8a7
2 changed files with 34 additions and 21 deletions

View file

@ -1,6 +1,7 @@
export interface ProtocolPresenceViewModel {
memberId: number;
absent: boolean;
excused: boolean;
protocolId: number;
}