sunrise-cms/temp/legacy.importFromCsv.data.d.ts

4 lines
260 B
TypeScript

import type { LotOccupancyOccupant } from '../types/recordTypes.js';
export declare function getFuneralHomeLotOccupancyOccupantData(funeralHomeKey: string): LotOccupancyOccupant;
export declare function getDeathAgePeriod(legacyDeathAgePeriod: string): string;