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

3 lines
117 B
TypeScript

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