Library API
    Preparing search index...

    Type Alias RegistryOption<T>

    RegistryOption: 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

    Type Parameters

    • T