Type alias LineEntry

LineEntry: {
    enteredAt: DateTime;
    id: string;
    line: Line;
    shownAt?: DateTime;
    visible: boolean;
}

Type declaration

  • enteredAt: DateTime
  • id: string
  • line: Line
  • Optional shownAt?: DateTime
  • visible: boolean

Generated using TypeDoc