We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b62c8 commit ae12aa4Copy full SHA for ae12aa4
1 file changed
src/config/io.audit.ts
@@ -121,14 +121,14 @@ export type ConfigAuditProcessInfo = {
121
export type ConfigWriteAuditRecordBase = Omit<
122
ConfigWriteAuditRecord,
123
| "result"
124
- | "errorCode"
125
- | "errorMessage"
126
| "nextDev"
127
| "nextIno"
128
| "nextMode"
129
| "nextNlink"
130
| "nextUid"
131
| "nextGid"
+ | "errorCode"
+ | "errorMessage"
132
> & {
133
nextHash: string;
134
nextBytes: number;
0 commit comments