mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
53963a9ad7
* feat: OSC settings * feat: HTTP settings
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
import { HttpSettings } from 'ontime-types';
|
|
|
|
export const httpPlaceholder: HttpSettings = {
|
|
enabledOut: false,
|
|
subscriptions: [],
|
|
};
|