sunrise-cms/database/getBurialSite.d.ts

3 lines
173 B
TypeScript

export declare function getLotByLotName(lotName: string): Promise<Lot | undefined>;
export default function getLot(burialSiteId: number | string): Promise<Lot | undefined>;