StringToFieldTypeValue<T>: T extends FieldType
    ? FieldTypeToValue<T>
    : never

Type Parameters

  • T extends string