interface CheckerSettings {
    endpoints?: CheckerEndpoint[];
}

Properties

Properties

endpoints?: CheckerEndpoint[]