import { Settings } from 'ontime-types'; export const ontimePlaceholderSettings: Settings = { app: 'ontime', version: 2, serverPort: 4001, editorKey: null, operatorKey: null, timeFormat: '24', language: 'en', };