dyna-record
    Preparing search index...

    Type Alias SearchFilterable<T>

    SearchFilterable: SearchFilterable<T>

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

    Type Parameters

    • T extends Optional<string | number | boolean> = string