read-gedcom
Version:
Gedcom file reader
9 lines (8 loc) • 419 B
TypeScript
import { SelectionEventsRecorded, SelectionAny } from './internal';
import { SelectionWithNoteMixin } from './mixin';
declare const SelectionSourceData_base: typeof SelectionAny & import("../meta").AnyConstructor<SelectionWithNoteMixin>;
export declare class SelectionSourceData extends SelectionSourceData_base {
getEventsRecorded(): SelectionEventsRecorded;
getResponsibleAgency(): SelectionAny;
}
export {};