schema update

This commit is contained in:
Julian Krauser 2025-07-25 11:04:53 +02:00
parent 922c6b7df3
commit 9b38c6a5e9
29 changed files with 184 additions and 43 deletions

View file

@ -17,6 +17,7 @@ export interface UpdateRepairCommand {
export interface UpdateRepairStatusCommand {
id: string;
status: string;
user: { id: string; firstname: string; lastname: string };
done: boolean;
}