Interface Export

Export order for a material

interface Export {
    amount: string;
    city: CityName;
    division: string;
}

Properties

Properties

amount: string

Amount of material exported

city: CityName

City the material is being exported to

division: string

Division the material is being exported to