@@ -132,6 +132,7 @@ export namespace GetApprovalExecutorMembers {
export type Response = {
executorID: string;
members: string[];
+ executorName: string;
}[];
}