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

    Type Alias DecodeReturn<F>

    DecodeReturn: F extends { decode: (value: string) => infer V } ? V : never

    Extracts the return type of a decode function, if present.

    Type Parameters

    • F