import { Base } from "../../../../"; import { Microsoft } from "../../../../"; /********************************************* * PageCopyResponse **********************************************/ export interface PageCopyResponse { CanvasString?: string; CompletedAssets?: { results: Array }; CopyToStatusAPI?: string; ErrorMessage?: string; ErrorType?: number; JobState?: number; NewPageId?: number; NewPageUniqueId?: any; NewPageUrl?: string; NewPageVersion?: string; TotalAssetsToCopy?: number; Warnings?: { results: Array }; WorkItemId?: any; } /********************************************* * PageCopyResponseCollections **********************************************/ export interface PageCopyResponseCollections { }