Type alias ExternalConnectionProperty

ExternalConnectionProperty: {
    propertyName: string;
    propertyValue: string;
}

Type declaration

  • propertyName: string
  • propertyValue: string