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

AddPublicKeyResponse

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

Response message for AddPublicKey.

interface AddPublicKeyResponse {
key?: string;
}

§Properties

§
key?: string
[src]

Key that was added to the environment.