import { Base } from "../../../../"; /********************************************* * PageDeepCopyWarning **********************************************/ export interface PageDeepCopyWarning { WarningMessage?: string; WarningType?: number; } /********************************************* * PageDeepCopyWarningCollections **********************************************/ export interface PageDeepCopyWarningCollections { }