Dashboard: Add fields in DashboardMeta (#23647)
This commit is contained in:
@@ -31,6 +31,9 @@ export interface DashboardMeta {
|
||||
folderTitle?: string;
|
||||
folderUrl?: string;
|
||||
created?: string;
|
||||
createdBy?: string;
|
||||
updated?: string;
|
||||
updatedBy?: string;
|
||||
}
|
||||
|
||||
export interface DashboardDataDTO {
|
||||
|
||||
Reference in New Issue
Block a user