@@ -86,6 +86,10 @@ export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
matterID?: string;
matterListID?: string;
approvalID?: string;
+ createdBy?: {
+ userID: string;
+ userName: string;
+ };
}
export interface IDynamicStep {