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

4 lines
229 B
TypeScript

export declare const moveLotOccupantTypeUp: (lotOccupantTypeId: number | string) => boolean;
export declare const moveLotOccupantTypeUpToTop: (lotOccupantTypeId: number | string) => boolean;
export default moveLotOccupantTypeUp;