Node.jsの配列変数の定義

方法①
const conRecList =
方法②
const conRecList: Array<string> =