mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
refactor: expose missing types
This commit is contained in:
committed by
Carlos Valente
parent
fc2e76db0a
commit
1054ec0a5e
@@ -3,6 +3,9 @@ export { MessageTag, RefetchKey } from 'ontime-types';
|
||||
export type { ApiAction, ApiActionTag, ApiResponse } from 'ontime-types';
|
||||
export type { WsPacketToClient, WsPacketToServer } from 'ontime-types';
|
||||
|
||||
// backend response types
|
||||
export type { SessionStats } from 'ontime-types';
|
||||
|
||||
// stores
|
||||
export type { RuntimeStore, TimerState, MessageState, RundownState, Offset } from 'ontime-types';
|
||||
export { TimerPhase, Playback, runtimeStorePlaceholder, OffsetMode } from 'ontime-types';
|
||||
@@ -12,7 +15,16 @@ export type { SimpleTimerState } from 'ontime-types';
|
||||
export { SimplePlayback, SimpleDirection } from 'ontime-types';
|
||||
|
||||
// entries
|
||||
export type { OntimeEvent, OntimeGroup, EntryCustomFields, CustomFields, Rundown } from 'ontime-types';
|
||||
export type {
|
||||
OntimeEntry,
|
||||
OntimeEvent,
|
||||
OntimeGroup,
|
||||
OntimeDelay,
|
||||
OntimeMilestone,
|
||||
EntryCustomFields,
|
||||
CustomFields,
|
||||
Rundown,
|
||||
} from 'ontime-types';
|
||||
export {
|
||||
SupportedEntry,
|
||||
isOntimeEvent,
|
||||
|
||||
Reference in New Issue
Block a user