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

4 lines
208 B
TypeScript

export declare const moveLotStatusDown: (lotStatusId: number | string) => boolean;
export declare const moveLotStatusDownToBottom: (lotStatusId: number | string) => boolean;
export default moveLotStatusDown;