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 {
|
interface MaterialSchema {
|
||||||
materialId: string;
|
materialId: string;
|
||||||
materialName: stri9ng;
|
materialName: string;
|
||||||
materialType: string;
|
materialType: string;
|
||||||
isActive: boolean;
|
isActive: boolean;
|
||||||
isVisible: boolean;
|
isVisible: boolean;
|
||||||
|
|
Loading…
Reference in New Issue