tselvan2311

Results 1 comments of tselvan2311

In my case, This same issue happens for interface. This is my interface `export interface Contact { firstName: string; lastName: string; ... } ` I am getting this below error....