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

4 lines
178 B
TypeScript

export declare const moveFeeDown: (feeId: number | string) => boolean;
export declare const moveFeeDownToBottom: (feeId: number | string) => boolean;
export default moveFeeDown;