export type AuditLogChange = { [SourceElement in APIAuditLogChange as SourceElement['key']]: {  key: SourceElement['key'];  old?: SourceElement['old_value'];  new?: SourceElement['new_value']; };}[APIAuditLogChange['key']];An entry in the audit log representing a specific change.