ecspresso
    Preparing search index...

    Type Alias ReactiveQueryNamesOf<B>

    ReactiveQueryNamesOf: B extends { _reactiveQueryNames?: infer RQ }
        ? RQ extends string ? RQ : never
        : never

    Extract the ReactiveQueryNames from a Plugin instance

    Type Parameters

    • B