APIAuditLogChangeData

export interface APIAuditLogChangeData<K extends string, D>
export interface APIAuditLogChangeData<K extends string, D>

No summary provided.

NameConstraintsOptionalDefaultDescription
KstringNoNone
DNoNone
key:K
new_value?:D
The new valueIf new_value is not present in the change object, while old_value is, that means the property that was changed has been reset, or set to null
old_value?:D