Interface SchemaHistorySummary

Summary of a schema history entry (without content)

interface SchemaHistorySummary {
    at: string | Date;
    author: string;
    id: string;
}

Hierarchy (View Summary)

Properties

Properties

at: string | Date

Timestamp when the change was made

author: string

User ID who made the change

id: string

MongoDB ObjectId as string