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

4 lines
169 B
TypeScript

export declare const moveFeeUp: (feeId: number | string) => boolean;
export declare const moveFeeUpToTop: (feeId: number | string) => boolean;
export default moveFeeUp;