mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
cleanup
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import ifm = require('../interfaces/common/VsoBaseInterfaces');
|
||||
import * as resthandlers from 'typed-rest-client/Handlers';
|
||||
export declare class BasicCredentialHandler extends resthandlers.BasicCredentialHandler implements ifm.IRequestHandler {
|
||||
constructor(username: string, password: string);
|
||||
}
|
||||
Reference in New Issue
Block a user