export const JsInboundFormSchema = z.object({
  type: z.literal(inboundPluginTypes.jsInbound.name),
  configuration: z.object({
    script: z.string(),
  }),