mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 16:03:52 +00:00
38654f8981
* feat: quick start modal * refactor: end message is part of view settings * refactor: small tweaks and type improvements
10 lines
184 B
TypeScript
10 lines
184 B
TypeScript
import { EventData } from 'ontime-types';
|
|
|
|
export const eventDataPlaceholder: EventData = {
|
|
title: '',
|
|
publicUrl: '',
|
|
publicInfo: '',
|
|
backstageUrl: '',
|
|
backstageInfo: '',
|
|
};
|