How to define an array of strings in TypeScript interface? January 19, 2023 by Tarik interface Addressable { address: string[]; }