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

UnlockDeploymentRequest

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

A request to unlock a state file passed to a 'UnlockDeployment' call.

interface UnlockDeploymentRequest {
lockId?: bigint;
}

§Properties

§
lockId?: bigint
[src]

Required. Lock ID of the lock file to be unlocked.