Fix typo in MaterialSchema: corrected 'stri9ng' to 'string' for materialName property

This commit is contained in:
2025-05-09 18:58:47 +05:30
parent 6a51dbde1d
commit 82d3a696d1

View File

@@ -197,7 +197,7 @@ interface StorageUnitStatus extends StorageEventSchema {
interface MaterialSchema {
materialId: string;
materialName: stri9ng;
materialName: string;
materialType: string;
isActive: boolean;
isVisible: boolean;