/**
 * This file was generated by st-open-api
 */
export interface IValueWithUnit {
    unit: string;
    value: number;
}
