This commit is contained in:
Rochas
2025-12-13 22:20:42 +01:00
6 changed files with 58 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ export type User = {
};
export type Ressources = {
id: number;
id: string;
name: string;
type: string; //"machine","outil","ouvrier"
Image: string;