chore: fix lint and typecheck errors
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 3m15s
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 3m15s
This commit is contained in:
@@ -91,7 +91,8 @@ export const NodeInputPathSchema = z.object({
|
||||
|
||||
export const NodeInputAnySchema = z.object({
|
||||
...DefaultOptionsSchema.shape,
|
||||
type: z.literal('*')
|
||||
type: z.literal('*'),
|
||||
value: z.any().optional()
|
||||
});
|
||||
|
||||
export const NodeInputSchema = z.union([
|
||||
|
||||
Reference in New Issue
Block a user