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