refract: cleanup folder structure

rename data folder models to differentiate from directory of db
This commit is contained in:
cv
2021-10-24 20:50:24 +02:00
parent b62d376e64
commit 5c659758b1
5 changed files with 5 additions and 5 deletions
+21
View File
@@ -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',
};