index.d.ts 102 B

123456
  1. export interface Day {
  2. date: Date;
  3. type: string;
  4. text: number;
  5. bottomInfo?: string;
  6. }