Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GrobberCheckReport

Report returned by grobber url checks.

Hierarchy

  • GrobberCheckReport

Index

Properties

Properties

Optional hint

hint: "trailing_slash" | "version_mismatch" | "no_grobber" | "grobber_error" | "test_failed"

Hint as to why the grobber url is invalid. This is set if GrobberCheckReport.valid is false

Optional url

url: undefined | string

Sanitised and final url used in the check. This is set when GrobberCheckReport.valid is true. Make sure to use this url instead of the input.

valid

valid: boolean

Whether or not the Grobber base url is valid.

Generated using TypeDoc