@arcmantle/adapter-element
    Preparing search index...

    Type Alias PureRecord<T>

    PureRecord: T extends CallableFunction ? never : T

    Utility type that excludes callable functions from type T. Used to ensure only non-function types are accepted in certain contexts.

    Type Parameters

    • T