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

4 lines
221 B
TypeScript

export declare function moveLotTypeFieldDown(lotTypeFieldId: number | string): boolean;
export declare function moveLotTypeFieldDownToBottom(lotTypeFieldId: number | string): boolean;
export default moveLotTypeFieldDown;