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

This commit is contained in:
Jerald-Golden-B 2025-05-09 18:58:47 +05:30
parent 6a51dbde1d
commit 82d3a696d1
1 changed files with 1 additions and 1 deletions

View File

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