Skip to main content

HydraInvalidInputMessage

export type HydraInvalidInputMessage = {
  input: string
  reason: string
  tag: "InvalidInput"
}