mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
feat: custom data for projects (#1571)
This commit is contained in:
committed by
Carlos Valente
parent
eed6373dbf
commit
696c016c90
@@ -6,4 +6,5 @@ export type ProjectData = {
|
||||
backstageUrl: string;
|
||||
backstageInfo: string;
|
||||
projectLogo: string | null;
|
||||
custom: { title: string; value: string }[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user