UNPKG

tcx-builder

Version:
9 lines (8 loc) 196 B
import { BaseObject } from './BaseObject'; export declare class NameKeyReference extends BaseObject { Id: string; constructor(options: { id: string; }); toXml(): string; }