@ -87,6 +87,10 @@ declare interface AgvOptions {
* 强制开始方向
*/
forceStartDirection?: LLCDirection
loadHeight: number
unloadHeight: number
}
declare type LLCDirection = 'UP' | 'DOWN' | 'LEFT' | 'RIGHT'