mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-04 23:18:01 +00:00
22 lines
283 B
JavaScript
22 lines
283 B
JavaScript
export const event = {
|
|
title: '',
|
|
subtitle: '',
|
|
presenter: '',
|
|
note: '',
|
|
timeStart: 0,
|
|
timeEnd: 0,
|
|
isPublic: false,
|
|
type: 'event',
|
|
revision: 0,
|
|
};
|
|
|
|
export const delay = {
|
|
duration: 0,
|
|
type: 'delay',
|
|
revision: 0,
|
|
};
|
|
|
|
export const block = {
|
|
type: 'block',
|
|
};
|