Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 557 Bytes

File metadata and controls

22 lines (15 loc) · 557 Bytes

InsightPeriod

Properties

Name Type Description Notes
startTime number [default to undefined]
endTime number [default to undefined]

Example

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

const instance: InsightPeriod = {
    startTime,
    endTime,
};

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