@launchdarkly/js-sdk-common
Version:
LaunchDarkly SDK for JavaScript - common code
9 lines • 322 B
TypeScript
import Context from '../../Context';
export default class InputIdentifyEvent {
readonly context: Context;
readonly samplingRatio: number;
readonly kind = "identify";
readonly creationDate: number;
constructor(context: Context, samplingRatio?: number);
}
//# sourceMappingURL=InputIdentifyEvent.d.ts.map