Remove types from VCS

This commit is contained in:
willclarktech
2021-02-09 14:57:24 +00:00
parent 31cdd91991
commit 1c6f3ee9a5
151 changed files with 0 additions and 11856 deletions
-5
View File
@@ -1,5 +0,0 @@
export declare class FaucetClient {
private readonly baseUrl;
constructor(baseUrl: string);
credit(address: string, denom: string): Promise<void>;
}
-1
View File
@@ -1 +0,0 @@
export { FaucetClient } from "./faucetclient";