Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 547 Bytes

File metadata and controls

22 lines (15 loc) · 547 Bytes

CountBucket

Properties

Name Type Description Notes
timestamp number [default to undefined]
count number [default to undefined]

Example

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

const instance: CountBucket = {
    timestamp,
    count,
};

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