Prioritized<TOptions extends { T }> Type alias

A wrapper type that injects priority into supplied type.

Prioritized = TOptions & { priority?: number }

Defined in

Last Updated: 16 April, 2024