mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
feat: create project list (#671)
This commit is contained in:
@@ -19,7 +19,7 @@ export type ProjectFile = {
|
||||
updatedAt: string;
|
||||
};
|
||||
|
||||
export type ProjectFileList = Array<ProjectFile>;
|
||||
export type ProjectFileList = ProjectFile[];
|
||||
|
||||
export type ProjectFileListResponse = {
|
||||
files: ProjectFileList;
|
||||
|
||||
Reference in New Issue
Block a user