prettier/tests/typescript_nosemi/interface.ts

7 lines
86 B
TypeScript

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