UNPKG

@sap/adp-common

Version:
11 lines (10 loc) 204 B
export interface Destination { Name: string; Host: string; WebIDEUsage: string; Authentication: string; ProxyType: string; } export interface DestinationError { message: string; }