Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 768 Bytes

getedgeconfigtransfer.md

File metadata and controls

23 lines (17 loc) · 768 Bytes

GetEdgeConfigTransfer

Keeps track of the current state of the Edge Config while it gets transferred.

Example Usage

import { GetEdgeConfigTransfer } from "@vercel/sdk/models/getedgeconfigop.js";

let value: GetEdgeConfigTransfer = {
  fromAccountId: "<id>",
  startedAt: 8453.65,
  doneAt: 7780.39,
};

Fields

Field Type Required Description
fromAccountId string ✔️ N/A
startedAt number ✔️ N/A
doneAt number ✔️ N/A