9 lines
235 B
TypeScript
9 lines
235 B
TypeScript
import { XmlAttributeComponent } from '../xml-components';
|
|
export declare class RelationshipsAttributes extends XmlAttributeComponent<{
|
|
readonly xmlns: string;
|
|
}> {
|
|
protected readonly xmlKeys: {
|
|
xmlns: string;
|
|
};
|
|
}
|