fix: align project path option metadata
This commit is contained in:
parent
4adc233fa4
commit
cb97b97e75
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export interface ProjectPathProject extends Project {
|
|||
filesystemState?: DashboardRecentProjectFilesystemState;
|
||||
}
|
||||
|
||||
export interface ProjectPathOptionMeta {
|
||||
export interface ProjectPathOptionMeta extends Record<string, unknown> {
|
||||
discoverySource?: DashboardRecentProjectSource;
|
||||
filesystemState?: DashboardRecentProjectFilesystemState;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue