0👍
Find a way to tell the type of my prop just by creating a new variable with the correct type and a cast inside the function where I use the prop :
let filters: string[] = this.filters as string[];
Solve the issue but still a bit ugly
Source:stackexchange.com