MultiValueTypeToFieldValue<Type>: {
    [TypeAttribute in FilteredKeys<Type, FieldType>]?: StringToFieldTypeValue<Type[TypeAttribute]> | string
}

Type Parameters