import { GuidValue } from "@omnia/fx-models"; export interface RelatedDocumentProperty { id: GuidValue; documentIdNumber: number; isNotify: boolean; userPropertyName: string; }