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

5 lines
361 B
TypeScript

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