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

3 lines
108 B
TypeScript

export declare const getPreviousLotId: (lotId: number | string) => number;
export default getPreviousLotId;