mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
feat: add flag property
This commit is contained in:
@@ -50,6 +50,7 @@ export type OntimeBlock = OntimeBaseEvent & {
|
||||
|
||||
export type OntimeEvent = OntimeBaseEvent & {
|
||||
type: SupportedEntry.Event;
|
||||
flag: boolean;
|
||||
cue: string;
|
||||
title: string;
|
||||
note: string;
|
||||
|
||||
Reference in New Issue
Block a user