mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
refactor: migrate project data
This commit is contained in:
committed by
Carlos Valente
parent
1fc6f9b3ea
commit
6f34e1006b
@@ -1,8 +1,8 @@
|
||||
export type ProjectData = {
|
||||
title: string;
|
||||
description: string;
|
||||
backstageUrl: string;
|
||||
backstageInfo: string;
|
||||
projectLogo: string | null;
|
||||
url: string;
|
||||
info: string;
|
||||
logo: string | null;
|
||||
custom: { title: string; value: string }[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user