mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +00:00
Project manager (#697)
* Project manager: Load, Rename, Duplicate (#712) * Project Manager: Create, Delete (#723)
This commit is contained in:
@@ -26,6 +26,8 @@ export type ProjectFileListResponse = {
|
||||
lastLoadedProject: string;
|
||||
};
|
||||
|
||||
export type ErrorResponse = {
|
||||
export type MessageResponse = {
|
||||
message: string;
|
||||
};
|
||||
|
||||
export type ErrorResponse = MessageResponse;
|
||||
|
||||
@@ -46,6 +46,7 @@ export type {
|
||||
ProjectFile,
|
||||
ErrorResponse,
|
||||
ProjectFileListResponse,
|
||||
MessageResponse,
|
||||
} from './api/ontime-controller/BackendResponse.type.js';
|
||||
export type { GetRundownCached } from './api/rundown-controller/BackendResponse.type.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user