An object representing a SpeedCurve site

Hierarchy

  • default

Constructors

Properties

Methods

Constructors

Properties

name: string
siteId: number
urls: default[]

Methods

  • JSON stringification on a Site results in circular references, since each of the URLs have a "site" property referencing the Site. To get around this, Site detects when it has been nested under a "site" key and removes its own "urls" property.

    Parameters

    • key: string

    Returns default | Omit<default, "urls">

Generated using TypeDoc