[typescript]type array

Tue Feb 11

typescript

Author:Noritaka

Astro
const fruits: string[] = ['Apple', 'Banana', 'Grape',];

typescript