mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
refract: cleanup folder structure
rename data folder models to differentiate from directory of db
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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',
|
||||
};
|
||||
Reference in New Issue
Block a user