Hi I have 3 masters: country, region, city , all coming from API. It is of following type
export interface IMaster { id: number; name: string; }