DeployConfig type

Optional options object for configuring the deployment function.

type DeployConfig = {
  interactiveBrowserCredentialOptions?: InteractiveBrowserCredentialNodeOptions
  rootLocal?: string
}