interface NmrSettings {
    endpoints?: NmrEndpoint[];
}

Properties

Properties

endpoints?: NmrEndpoint[]