Type alias SectionEvents

SectionEvents: {
    format: string;
    lines: Line[];
}

Type declaration

  • format: string
  • lines: Line[]