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

4 lines
187 B
TypeScript

export declare function moveLotTypeUp(lotTypeId: number | string): boolean;
export declare function moveLotTypeUpToTop(lotTypeId: number | string): boolean;
export default moveLotTypeUp;