Minima.js API / @minimajs/multipart / helpers / Dict
Type Alias: Dict<T>
ts
type Dict<T> = NodeJS.Dict<T>;Defined in: packages/multipart/src/helpers.ts:20
Generic dictionary type alias for objects with optional properties.
Type Parameters
T
T = any
The type of values in the dictionary