Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 699 Bytes

File metadata and controls

22 lines (15 loc) · 699 Bytes

NamingConvention

Properties

Name Type Description Notes
_case string The casing convention to enforce for new flag keys in this project [optional] [default to undefined]
prefix string The prefix to enforce for new flag keys in this project [optional] [default to undefined]

Example

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

const instance: NamingConvention = {
    _case,
    prefix,
};

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