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

    Type Alias TranscodedPropertiesFrom<CC>

    TranscodedPropertiesFrom: CC extends { propertyTranscodes?: infer PT }
        ? keyof PT & string
        : never

    Extract the union of transcoded property tokens from a values-first config input type.

    Type Parameters

    • CC