5 lines
361 B
TypeScript
5 lines
361 B
TypeScript
export declare function moveLotTypeFieldDown(lotTypeFieldId: number | string): boolean;
|
|
export declare function moveLotTypeFieldDownToBottom(lotTypeFieldId: number | string): boolean;
|
|
export declare function moveLotTypeFieldUp(lotTypeFieldId: number | string): boolean;
|
|
export declare function moveLotTypeFieldUpToTop(lotTypeFieldId: number | string): boolean;
|