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

4 lines
214 B
TypeScript

export declare const moveLotTypeFieldUp: (lotTypeFieldId: number | string) => boolean;
export declare const moveLotTypeFieldUpToTop: (lotTypeFieldId: number | string) => boolean;
export default moveLotTypeFieldUp;