Type alias InternalStorage

InternalStorage: Record<string, number | number[]>

The data type corresponding to odin's internal data structures - a key-value mapping of name to numbers or vectors. Returned by OdinModelODE.getInternal and not generally meant for end-user consumption except for in debugging.

Generated using TypeDoc