UNPKG

268 BTypeScriptView Raw
1import { Observable } from 'rxjs';
2export { wchGetDeliveryUrlFromApiURL } from '@ibm-wch-sdk/utils';
3export interface Credentials {
4 username: string;
5 password: string;
6}
7export declare function wchToolsGetCredentials(aApiUrl: string): Observable<Credentials>;