mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
Config: fix audit base record type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user