Type alias p_remote_configuration

p_remote_configuration: {
    host: string;
    pass: string;
    user: string;
}

Remote process configuration

Type declaration

  • host: string
  • pass: string
  • user: string

Generated using TypeDoc