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

4 lines
270 B
TypeScript

export declare const moveOccupancyTypePrintUp: (occupancyTypeId: number | string, printEJS: string) => boolean;
export declare const moveOccupancyTypePrintUpToTop: (occupancyTypeId: number | string, printEJS: string) => boolean;
export default moveOccupancyTypePrintUp;