read-gedcom
Version:
Gedcom file reader
9 lines (8 loc) • 487 B
TypeScript
import { SelectionPedigreeLinkageType, SelectionAny } from './internal';
import { SelectionWithNoteMixin } from './mixin';
declare const SelectionChildFamilyLink_base: typeof SelectionAny & import("../meta").AnyConstructor<SelectionWithNoteMixin>;
export declare class SelectionChildFamilyLink extends SelectionChildFamilyLink_base {
getFamilyRecord(): import("./SelectionFamilyRecord").SelectionFamilyRecord;
getPedigreeLinkageType(): SelectionPedigreeLinkageType;
}
export {};