export const { BoolErrorResult } = createCodecComponent(
  "BoolErrorResult",
  ({ error }: Format.Errors.BoolErrorResult) =>
    isBoolError(error) ? (
      <BoolError data={error} />