import { GuidValue, ResolvedUserIdentity } from "@omnia/fx-models"; export interface ProcessRelatedDocumentSuggestionEmail { processTitle: string; processStepTitle: string; processStepId: GuidValue; processTeamAppId: GuidValue; opmProcessId: GuidValue; opmProcessIdNumber: number; documentId: string; documentTitle: string; senderName: string; senderEmail: string; recipientUsers: ResolvedUserIdentity[]; }