/**
 * This file was generated by st-open-api
 */
export interface IPacktechComponentItem {
    componentName: string;
    material: string;
    type: string;
    weightPerUnit: number;
}
