Files
ontime/apps/client/src/common/models/ProjectData.ts
T
2023-09-15 17:33:30 +02:00

11 lines
209 B
TypeScript

import { ProjectData } from 'ontime-types';
export const projectDataPlaceholder: ProjectData = {
title: '',
description: '',
publicUrl: '',
publicInfo: '',
backstageUrl: '',
backstageInfo: '',
};