dyna-record
    Preparing search index...

    Type Alias Searchable<T>

    Searchable: Searchable<T>

    Local alias so the decorator and the brand can share the exported Searchable name — the single export { Searchable } below carries both the value (decorator) and type (brand) meanings.

    Type Parameters

    • T extends string = string