Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 4.75 KB

createteamresponsebody.md

File metadata and controls

23 lines (17 loc) · 4.75 KB

CreateTeamResponseBody

The team was created successfully

Example Usage

import { CreateTeamResponseBody } from "@vercel/sdk/models/createteamop.js";

let value: CreateTeamResponseBody = {
  id: "team_nLlpyC6RE1qxqglFKbrMxlud",
  slug: "<value>",
  billing: {},
};

Fields

Field Type Required Description Example
id string ✔️ Id of the created team team_nLlpyC6RE1qxqglFKbrMxlud
slug string ✔️ N/A
billing models.CreateTeamBilling ✔️ IMPORTANT: If extending Billing, particularly with optional fields, make sure you also update sync-orb-subscription-to-owner.ts to handle the items when the object is recreated.