I have defined a separate interface class like this.
export interface FilterCriteria { continent: number[]; country: number[]; region: number[]; c