import {ConversionType} from "./conversiontype"; export class ConversionInput { public content:string; public type:ConversionType; }