interface CheckerSettings {
    endpoints?: CheckerEndpoint[];
    primitives?: CheckerPrimitive[];
    templates?: CheckerTemplate[];
}

Properties

endpoints?: CheckerEndpoint[]
primitives?: CheckerPrimitive[]
templates?: CheckerTemplate[]