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

ImportStatefileRequest

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

A request to import a state file passed to a 'ImportStatefile' call.

interface ImportStatefileRequest {
lockId?: bigint;
}

§Properties

§
lockId?: bigint
[src]

Required. Lock ID of the lock file to verify that the user who is importing the state file previously locked the Deployment.