UNPKG

asposewordscloud

Version:
22 lines (21 loc) 582 B
import { AttributeInfo } from '../internal/attributeInfo'; import { RunBase } from './runBase'; export declare const importsMapRunUpdate: { RunBase: typeof RunBase; }; /** * Run element for insert. */ export declare class RunUpdate extends RunBase { /** * Attribute type map */ static attributeTypeMap: Array<AttributeInfo>; /** * Returns attribute type map */ static getAttributeTypeMap(): AttributeInfo[]; constructor(init?: Partial<RunUpdate>); collectFilesContent(_resultFilesContent: Array<any>): void; validate(): void; }