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