read-gedcom
Version:
Gedcom file reader
7 lines (6 loc) • 393 B
TypeScript
import { SelectionAny } from './internal';
declare const SelectionAssociation_base: typeof SelectionAny & import("../meta").AnyConstructor<import("./mixin").SelectionWithSourceCitationMixin> & import("../meta").AnyConstructor<import("./mixin").SelectionWithNoteMixin>;
export declare class SelectionAssociation extends SelectionAssociation_base {
getRelation(): SelectionAny;
}
export {};