多次元配列 - Hashimoto-Noriaki/react-calendar GitHub Wiki

type DateList = {
  date: Date;
  schedule: Schedule[];
}[][];

以下のような 多次元配列(2次元配列)の型定義