sunrise-cms/helpers/lotOccupancyDB/getLot.d.ts

4 lines
158 B
TypeScript

import type * as recordTypes from "../../types/recordTypes";
export declare const getLot: (lotId: number | string) => recordTypes.Lot;
export default getLot;