Type Alias MultiValueTypeToUnmaskedFieldValueWithError<Type>

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

Type Parameters