mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
11 lines
209 B
TypeScript
11 lines
209 B
TypeScript
import { ProjectData } from 'ontime-types';
|
|
|
|
export const projectDataPlaceholder: ProjectData = {
|
|
title: '',
|
|
description: '',
|
|
publicUrl: '',
|
|
publicInfo: '',
|
|
backstageUrl: '',
|
|
backstageInfo: '',
|
|
};
|