@metreeca/qest - v0.10.0
    Preparing search index...

    Type Alias Slots<T>

    Slots: { readonly [K in keyof T as Name<K>]: Instance<T[K]> }

    Projects a template-shaped object through Instance.

    Rewrites each property of T homomorphically: maps the key through Name (dropping Selection constraint and pagination keys and extracting Binding identifiers) and maps the value recursively through Instance. Shared by the plain-template branch of Instance and the string-indexed fallback for Locales tag-range maps.

    Type Parameters

    • T

      The template-shaped object type to rewrite