mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +00:00
feat: implement custom project data image
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export enum RefetchKey {
|
||||
All = 'all',
|
||||
CustomFields = 'custom-fields',
|
||||
ProjectData = 'project-data',
|
||||
Report = 'report',
|
||||
Rundown = 'rundown',
|
||||
ViewSettings = 'view-settings',
|
||||
|
||||
@@ -4,5 +4,5 @@ export type ProjectData = {
|
||||
url: string;
|
||||
info: string;
|
||||
logo: string | null;
|
||||
custom: { title: string; value: string }[];
|
||||
custom: { title: string; value: string; url: string }[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user