mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
Small clean-up (#1815)
* chore: remove old comment * chore: smal lclean up of a e2e test * chore: bump to beta.6 * chore: cleanup imports * fix integration values com in ms * allow linkStart and timeStrategy from API * remove local mac dist
This commit is contained in:
committed by
GitHub
parent
4a27973de1
commit
da7c0d4ff2
@@ -90,7 +90,7 @@ export type OntimeAction =
|
||||
| {
|
||||
type: 'ontime';
|
||||
action: OntimeAuxSetAction;
|
||||
time: string; //TODO:(automation set aux) not sure what way around to have the string and where to have the ms value
|
||||
time: string;
|
||||
}
|
||||
| {
|
||||
type: 'ontime';
|
||||
|
||||
@@ -14,7 +14,7 @@ export {
|
||||
type OntimeEvent,
|
||||
type PlayableEvent,
|
||||
type TimeField,
|
||||
SupportedEntry as SupportedEntry,
|
||||
SupportedEntry,
|
||||
} from './definitions/core/OntimeEntry.js';
|
||||
export type { RundownEntries, Rundown, ProjectRundowns } from './definitions/core/Rundown.type.js';
|
||||
export { TimeStrategy } from './definitions/TimeStrategy.type.js';
|
||||
|
||||
Reference in New Issue
Block a user