Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 2.32 KB

edgeconfigtoken.md

File metadata and controls

27 lines (21 loc) · 2.32 KB

EdgeConfigToken

The EdgeConfig.

Example Usage

import { EdgeConfigToken } from "@vercel/sdk/models/edgeconfigtoken.js";

let value: EdgeConfigToken = {
  token: "<value>",
  label: "<value>",
  id: "<id>",
  edgeConfigId: "<id>",
  createdAt: 1853.13,
};

Fields

Field Type Required Description
token string ✔️ N/A
label string ✔️ N/A
id string ✔️ This is not the token itself, but rather an id to identify the token by
edgeConfigId string ✔️ N/A
createdAt number ✔️ N/A