Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 679 Bytes

File metadata and controls

24 lines (17 loc) · 679 Bytes

LayerPost

Properties

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]

Example

import { LayerPost } from 'launchdarkly-api-typescript';

const instance: LayerPost = {
    key,
    name,
    description,
};

[Back to Model list] [Back to API list] [Back to README]