import { Time } from './Time'; export interface TimeFields { meridiem: Time; military: Time; }