Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 594 Bytes

File metadata and controls

22 lines (15 loc) · 594 Bytes

ConflictOutput

Properties

Name Type Description Notes
stageId string The stage ID [default to undefined]
message string Message about the conflict [default to undefined]

Example

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

const instance: ConflictOutput = {
    stageId,
    message,
};

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