summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc')
-rw-r--r--cli/tsc/dts/lib.deno.unstable.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts
index b3ee0c4ee..f2fc0cf3b 100644
--- a/cli/tsc/dts/lib.deno.unstable.d.ts
+++ b/cli/tsc/dts/lib.deno.unstable.d.ts
@@ -876,8 +876,6 @@ declare namespace Deno {
* @category Fetch API
*/
export interface HttpClient extends Disposable {
- /** The resource ID associated with the client. */
- rid: number;
/** Close the HTTP client. */
close(): void;
}