ClientSideAvailabilityPost
May 22, 2025 ยท View on GitHub
Example Usage
import { ClientSideAvailabilityPost } from "@launchdarkly/mcp-server/models/components";
let value: ClientSideAvailabilityPost = {
usingEnvironmentId: true,
usingMobileKey: true,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
usingEnvironmentId | boolean | :heavy_check_mark: | Whether to enable availability for client-side SDKs. Defaults to false. | true |
usingMobileKey | boolean | :heavy_check_mark: | Whether to enable availability for mobile SDKs. Defaults to true. | true |