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

4 lines
206 B
TypeScript

export declare function moveLotStatusDown(lotStatusId: number | string): boolean;
export declare function moveLotStatusDownToBottom(lotStatusId: number | string): boolean;
export default moveLotStatusDown;