interface Inline { x: string } interface MultiLine { x: string; y: string; }