Fix typo in MaterialSchema: corrected 'stri9ng' to 'string' for materialName property
This commit is contained in:
parent
6a51dbde1d
commit
82d3a696d1
|
@ -197,7 +197,7 @@ interface StorageUnitStatus extends StorageEventSchema {
|
|||
|
||||
interface MaterialSchema {
|
||||
materialId: string;
|
||||
materialName: stri9ng;
|
||||
materialName: string;
|
||||
materialType: string;
|
||||
isActive: boolean;
|
||||
isVisible: boolean;
|
||||
|
|
Loading…
Reference in New Issue