Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 613 Bytes

File metadata and controls

22 lines (15 loc) · 613 Bytes

Conflict

Properties

Name Type Description Notes
instruction { [key: string]: any; } [optional] [default to undefined]
reason string Reason why the conflict exists [optional] [default to undefined]

Example

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

const instance: Conflict = {
    instruction,
    reason,
};

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