| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | Unique identifier for the layer | [default to undefined] |
| name | string | Layer name | [default to undefined] |
| description | string | The checkout flow for the application | [default to undefined] |
import { LayerPost } from 'launchdarkly-api-typescript';
const instance: LayerPost = {
key,
name,
description,
};