interface CustomDiscoveryOptions
extends CommonDiscoveryOptions
Since 0.2.0

The 'custom' arm — the application's own backend.

Properties

readonly
provider: "custom"

Discriminant.

The provider, used as supplied.

Usage

import { type CustomDiscoveryOptions } from "service-discovery-plugin/src/index.ts";