UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

2 lines (1 loc) 193 B
export type WikObjectType<Extra extends string = never> = 'point' | 'shelf' | 'haiport' | 'chargepile' | 'bot' | 'cacheShelf' | 'conveyor' | 'location' | 'labor' | 'rest' | 'maintain' | Extra;