Prepojenie na externu DB, projekt-zakazky
This commit is contained in:
@@ -26,6 +26,7 @@ export interface CreateEquipmentData {
|
||||
description?: string;
|
||||
notes?: string;
|
||||
active?: boolean;
|
||||
tempId?: string; // For pending file uploads
|
||||
}
|
||||
|
||||
export type UpdateEquipmentData = Partial<CreateEquipmentData>;
|
||||
|
||||
Reference in New Issue
Block a user