sunrise-cms/helpers/lotOccupancyDB/moveOccupancyTypePrintDown....

4 lines
279 B
TypeScript

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