Prioritized<TOptions extends { T }> Type alias

A wrapper type that injects priority into supplied type.

Prioritized = TOptions & { priority?: number }

Defined in

Last Updated: 28 March, 2024