chore: remove generated types from vsc

This commit is contained in:
Irakli Gozalishvili
2020-12-01 14:56:18 -08:00
parent 6a95834570
commit bac57b05dc
19 changed files with 0 additions and 1014 deletions

View File

@ -1,15 +0,0 @@
export class UnexpectedPeerError extends Error {
static get code(): string;
constructor(message?: string);
code: string;
}
export class InvalidCryptoExchangeError extends Error {
static get code(): string;
constructor(message?: string);
code: string;
}
export class InvalidCryptoTransmissionError extends Error {
static get code(): string;
constructor(message?: string);
code: string;
}