Files
ontime/apps/client/src/common/models/ProjectData.ts
T
2023-09-02 14:52:44 +02:00

11 lines
209 B
TypeScript

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