Search
Loading...
Skip to content

Type Alias: DockOrderComponent

type DockOrderComponent =
| CustomDockComponent
| AssetLibraryDockComponent;

Represents a dock order component.

The DockOrderComponent type defines the possible structures for a dock order component. It includes predefined structures for custom dock components and asset library dock components.