type RegistryOption<T> = T | Record<string | symbol, T> | RegistryOption<T>[]
Value which may be a single T, a Record of T, or a recursive Array of either. Used for flexible configuration registries
Value which may be a single T, a Record of T, or a recursive Array of either. Used for flexible configuration registries