UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

7 lines 253 B
import type { TimeMs } from '../../common/geometry'; /** * It represents the number of milliseconds between 1 January 1970 00:00:00 UTC and the identified date/time. * @public */ export type UnixTimestamp = TimeMs; //# sourceMappingURL=types.d.ts.map