mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
11 lines
184 B
TypeScript
11 lines
184 B
TypeScript
import { ProjectData } from 'ontime-types';
|
|
|
|
export const projectDataPlaceholder: ProjectData = {
|
|
title: '',
|
|
description: '',
|
|
url: '',
|
|
info: '',
|
|
logo: null,
|
|
custom: [],
|
|
};
|