mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
refactor: fixes to custom field
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type CustomFieldKey = string;
|
||||
|
||||
export type CustomField = {
|
||||
type: 'string' | 'image';
|
||||
type: 'text' | 'image';
|
||||
colour: string;
|
||||
label: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user