mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 19:03:47 +00:00
feat: quick project wizard
This commit is contained in:
committed by
Carlos Valente
parent
27f99b4c87
commit
ed2efe183b
@@ -0,0 +1,7 @@
|
||||
import { type DatabaseModel } from '../../definitions/DataModel.type.js';
|
||||
|
||||
export interface QuickStartData {
|
||||
project: Pick<DatabaseModel['project'], 'title'>;
|
||||
settings: Pick<DatabaseModel['settings'], 'timeFormat' | 'language'>;
|
||||
viewSettings: Pick<DatabaseModel['viewSettings'], 'freezeEnd' | 'endMessage'>;
|
||||
}
|
||||
@@ -53,6 +53,7 @@ export type {
|
||||
RundownPaginated,
|
||||
SessionStats,
|
||||
} from './api/ontime-controller/BackendResponse.type.js';
|
||||
export type { QuickStartData } from './api/db/db.type.js';
|
||||
export type { RundownCached, NormalisedRundown } from './api/rundown-controller/BackendResponse.type.js';
|
||||
|
||||
// SERVER RUNTIME
|
||||
|
||||
Reference in New Issue
Block a user