Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RemovePublicKeyRequest

import type { RemovePublicKeyRequest } from "https://googleapis.deno.dev/v1/cloudshell:v1.ts";

Request message for RemovePublicKey.

interface RemovePublicKeyRequest {
key?: string;
}

§Properties

§
key?: string
[src]

Key that should be removed from the environment.