In our project we use TypeScript with Vue.Js. We defined two interfaces as in example below
interface Region { id: number; title: string; } interface Reg