Sanity Library Reference Docs
    Preparing search index...

    Interface HistoryClearedEventBeta

    interface HistoryClearedEvent {
        author: string;
        documentId: string;
        documentVariantType: DocumentVariantType;
        id: string;
        timestamp: string;
        type: "historyCleared";
    }

    Hierarchy (View Summary)

    Index

    Properties

    author: string
    documentId: string
    documentVariantType: DocumentVariantType

    This is added client side to enhance the UI.

    id: string
    timestamp: string
    type: "historyCleared"