aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/schemas/ServiceAction.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/schemas/ServiceAction.ts')
-rw-r--r--packages/shared/src/schemas/ServiceAction.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared/src/schemas/ServiceAction.ts b/packages/shared/src/schemas/ServiceAction.ts
index 9486aaf..744c7cf 100644
--- a/packages/shared/src/schemas/ServiceAction.ts
+++ b/packages/shared/src/schemas/ServiceAction.ts
@@ -20,7 +20,7 @@
20 20
21import { z } from 'zod'; 21import { z } from 'zod';
22 22
23import { BrowserViewBounds } from './BrowserViewBounds'; 23import { BrowserViewBounds } from './BrowserViewBounds.js';
24 24
25export const ServiceAction = /* @__PURE__ */ (() => 25export const ServiceAction = /* @__PURE__ */ (() =>
26 z.union([ 26 z.union([