interface MyObject { property: string; method(): void; }
interface User { name: string; age: number; }