diff --git a/src/config/io.audit.ts b/src/config/io.audit.ts index 56ff7a37c30..db40375d381 100644 --- a/src/config/io.audit.ts +++ b/src/config/io.audit.ts @@ -121,14 +121,14 @@ export type ConfigAuditProcessInfo = { export type ConfigWriteAuditRecordBase = Omit< ConfigWriteAuditRecord, | "result" - | "errorCode" - | "errorMessage" | "nextDev" | "nextIno" | "nextMode" | "nextNlink" | "nextUid" | "nextGid" + | "errorCode" + | "errorMessage" > & { nextHash: string; nextBytes: number;