@deskcreate/agentcraft
    Preparing search index...

    Interface ArtifactHistory

    One stored artifact revision snapshot.

    interface ArtifactHistory {
        changedAt: string;
        id: string;
        snapshot: unknown;
        type: string;
    }
    Index

    Properties

    changedAt: string
    id: string
    snapshot: unknown
    type: string