Interface HistoryItem

Hierarchy

  • HistoryItem

Properties

_id: string
author: {
    id: string;
    name: string;
}

Type declaration

  • id: string
  • name: string
created_at: string
parent_id: string
private: boolean
text: string

Generated using TypeDoc