@@ -1,7 +1,7 @@
export interface IBudgetCheckSidebarListItem {
ID: string;
title: string;
- subtitle: string;
+ executor: string;
}
export interface IBudgetCheckFormTree {