Interface HistoryRow<T>

Type Parameters

Hierarchy

  • HistoryRow

Properties

author: {
    cn: string;
    id: string;
    sn: string;
}

Type declaration

  • cn: string
  • id: string
  • sn: string
expanded?: boolean
organization: {
    id: string;
}

Type declaration

  • id: string
report: ReportTypesMap[T]
timestamp: string
type: T

Generated using TypeDoc