Skip to content

UserDefinedOptions

Qamsari edited this page Jul 25, 2021 · 1 revision

Interface that represent connection string setting for supported providers

export default interface IConnectionSetting {
  Connection: string;
  Heartbeat: string;
}

Supported Providers:

Clone this wiki locally