Skip to content

ConfigDiscoveryResult

Discriminated result of config discovery.

Signatures

ts
type ConfigDiscoveryResult = ConfigFound | ConfigNotFound;

See Also

Released under the MIT License.