
interface MyObject {
    prop: number;
}

type MyAlias = MyObject;
