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