Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 596 Bytes

File metadata and controls

22 lines (15 loc) · 596 Bytes

InsightsChartBounds

Properties

Name Type Description Notes
name string Name of the bound [default to undefined]
value number Value of the bound [default to undefined]

Example

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

const instance: InsightsChartBounds = {
    name,
    value,
};

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