@tsdotnet/date-time
Version:
[](https://github.com/tsdotnet/date-time/blob/master/LICENSE)  [ • 320 B
TypeScript
/*!
* @author electricessence / https://github.com/electricessence/
* @license MIT
*/
import CalendarDate from './CalendarDate';
import ClockTimeValue from './ClockTimeValue';
export default interface TimeStampValue
extends CalendarDate, Partial<ClockTimeValue>
{
// eslint-disable-next-line semi
}