Files
ontime/apps/client/src/common/models/Info.ts
T
2025-06-09 14:12:53 +02:00

9 lines
174 B
TypeScript

import { GetInfo } from 'ontime-types';
export const ontimePlaceholderInfo: GetInfo = {
networkInterfaces: [],
version: '4.0.0',
serverPort: 4001,
publicDir: '',
};