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

RetrieveRegisterParametersResponse

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

Response for the RetrieveRegisterParameters method.

interface RetrieveRegisterParametersResponse {
registerParameters?: RegisterParameters;
}

§Properties

§
registerParameters?: RegisterParameters
[src]

Parameters to use when calling the RegisterDomain method.