@karmaniverous/entity-tools
    Preparing search index...

    Type Alias EncodeParam<F>

    EncodeParam: F extends { encode: (value: infer V) => string } ? V : never

    Extracts the parameter type of an encode function, if present.

    Type Parameters

    • F