@launchdarkly/js-server-sdk-common
Version:
LaunchDarkly Server SDK for JavaScript - common code
11 lines • 349 B
TypeScript
/**
* Values returned by BigSegmentStore.getMetadata().
*/
export interface BigSegmentStoreMetadata {
/**
* The Unix epoch millisecond timestamp of the last update to the BigSegmentStore. It is
* undefined if the store has never been updated.
*/
lastUpToDate?: number;
}
//# sourceMappingURL=BigSegmentStoreMetadata.d.ts.map