Files
ontime/apps/client/src/common/models/Info.ts
T
2024-10-20 22:35:26 +02:00

12 lines
262 B
TypeScript

import { GetInfo } from 'ontime-types';
import { oscPlaceholderSettings } from './OscSettings';
export const ontimePlaceholderInfo: GetInfo = {
networkInterfaces: [],
version: '2.0.0',
serverPort: 4001,
osc: oscPlaceholderSettings,
publicDir: '',
};