semantic update
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
// [DEF:DashboardTypes:Module]
|
||||
/**
|
||||
* @TIER: TRIVIAL
|
||||
* @PURPOSE: TypeScript interfaces for Dashboard entities
|
||||
* @LAYER: Domain
|
||||
*/
|
||||
export interface DashboardMetadata {
|
||||
id: number;
|
||||
title: string;
|
||||
@@ -10,4 +16,5 @@ export interface DashboardSelection {
|
||||
source_env_id: string;
|
||||
target_env_id: string;
|
||||
replace_db_config?: boolean;
|
||||
}
|
||||
}
|
||||
// [/DEF:DashboardTypes:Module]
|
||||
Reference in New Issue
Block a user