Type Alias DataProductChangelog

type DataProductChangelog = {
    changes?: ChangelogOperation[];
    createdAt?: string;
    createdBy?: string;
    id?: string;
}
Index
changes?: ChangelogOperation[]
createdAt?: string

Timestamp when this changelog entry was created in ISO 8601 format.

createdBy?: string

Identifier of the user who made these changes.

id?: string