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

Properties

changes?: ChangelogOperation[]
createdAt?: string
createdBy?: string
id?: string