I have an interface:
export interface Fren { name: string; }
and an array of strings: frens: string[] How to convert
frens: string[]