ITOH
2021-04-13 22:10:29 +02:00
parent b5152b980b
commit da0c1e5433

View File

@@ -9,7 +9,7 @@ export interface AuditLogEntry {
/** Changes made to the `target_id` */
changes?: AuditLogChange[];
/** The user who made the changes */
userId: string;
userId: string | null;
/** id of the entry */
id: string;
/** Type of action that occured */