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

3 lines
120 B
TypeScript

export declare function getNextLotId(lotId: number | string): Promise<number | undefined>;
export default getNextLotId;