📄️ Action Types
IAction
📄️ IItems<T>
| Attribute | Type | Description |
📄️ IOptions<T>
| Attribute | Type | Description |
📄️ Icon Map
Array of string representing different filetypes, used for document icons.
📄️ IOmitRespectIndexSignature<T, K extends PropertyKey>
Utility type that is equivalent to Typescript's ` but respects index signatures, such as in a common use-case of string indexes where using ` will aggressively merge some types and remove the correct type-detection on some fields.