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

4 lines
223 B
TypeScript

export declare const moveLotTypeFieldDown: (lotTypeFieldId: number | string) => boolean;
export declare const moveLotTypeFieldDownToBottom: (lotTypeFieldId: number | string) => boolean;
export default moveLotTypeFieldDown;