import { GuidValue } from "@omnia/fx/models"; export interface SetProcessCommentRequest { opmProcessId: GuidValue; comment: string; }