Union type that accepts OrderValue, Order enum, or numeric literals for maximum flexibility. This allows functions to accept either the const enum (for performance), the regular enum (for public API usage), or raw numeric values.
Union type that accepts OrderValue, Order enum, or numeric literals for maximum flexibility. This allows functions to accept either the const enum (for performance), the regular enum (for public API usage), or raw numeric values.