Prioritized<TOptions extends object> Type Alias
Prioritized = TOptions & { priority?: number }
A wrapper type that injects priority into supplied type.
Defined in
Last Updated: 17 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.