Browse Source

Merge remote-tracking branch 'origin/jx-test' into jx-test

jx-test
lizw-2015 5 months ago
parent
commit
c2d3816985
  1. 4
      src/types/RCS.d.ts

4
src/types/RCS.d.ts

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

Loading…
Cancel
Save