We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38ea53 commit 3b775d2Copy full SHA for 3b775d2
2 files changed
packages/core/src/convert/fromProtobuf.ts
@@ -1,3 +1,5 @@
1
+/* eslint-disable @typescript-eslint/no-deprecated */
2
+
3
import type {
4
AuditTrail as AuditTrailProtobuf,
5
DecisionLogEntry as DecisionLogEntryProtobuf,
packages/core/src/convert/toProtobuf.ts
import { v4 as uuidv4 } from "uuid";
import { Effect as EffectProtobuf } from "../protobuf/cerbos/effect/v1/effect";
0 commit comments