TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface HistoryData

    An object containing the information to display a certain edit in the history list

    interface HistoryData {
        editor: string;
        name: string;
    }
    Index

    Properties

    Properties

    editor: string

    Name of the editor of the resource

    name: string

    Name of the resource that is edited