Sanity Library Reference Docs
    Preparing search index...

    Interface ProjectedHistoryEntry

    interface ProjectedHistoryEntry {
        at: string;
        summary: string;
        type: string;
    }
    Index

    Properties

    Properties

    at: string

    ISO timestamp.

    summary: string

    Free-form one-line summary suitable for an LLM to read.

    type: string

    Human-readable entry title from the engine's display metadata (e.g. "Stage entered").