Environments

October 20, 2025 ยท View on GitHub

Example Usage

import { Environments } from "@launchdarkly/mcp-server/models/components";

let value: Environments = {
  totalCount: 2,
  items: [],
};

Fields

FieldTypeRequiredDescriptionExample
linksRecord<string, components.Link>:heavy_minus_sign:The location and content type of related resources
totalCountnumber:heavy_minus_sign:The number of environments returned2
itemscomponents.Environment[]:heavy_check_mark:An array of environments