Files
ontime/apps/client/src/common/models/Info.ts
T
2025-01-24 13:53:17 +01:00

9 lines
174 B
TypeScript

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