6 lines
241 B
TypeScript
6 lines
241 B
TypeScript
import { XmlComponent } from '../../xml-components';
|
|
import { IChangedAttributesProperties } from '../track-revision';
|
|
export declare class DeletionTrackChange extends XmlComponent {
|
|
constructor(options: IChangedAttributesProperties);
|
|
}
|