import type { Brand } from './brand';
/**
 * UTC POSIX time value in ms, like Date.now(), or 1639227198248.
 */
export type UtcTimeInMs = Brand<number, 'UtcTimeInMs'>;
