NodeConfiguration type
type NodeConfiguration = {
auth: Required<NodeAuthOptions>,
cache: CacheOptions,
system: Required<NodeSystemOptions>,
telemetry: Required<NodeTelemetryOptions>,
}
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
type NodeConfiguration = {
auth: Required<NodeAuthOptions>,
cache: CacheOptions,
system: Required<NodeSystemOptions>,
telemetry: Required<NodeTelemetryOptions>,
}