TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface HistoryItemData

    The data that is passed when GET /history/[resource]/[id] is called

    interface HistoryItemData {
        editorList: string[];
        history: History[];
        name: string;
    }
    Index

    Properties

    editorList: string[]

    List of editors' names

    history: History[]

    List of history items

    name: string

    Name of the resource