Array Filter TypeScript Objek

let variable = this.someArray.filter((x:any)=>{ return !x.active;})
Envious Earthworm