MultiValueMappedUnmaskChange<Type>: {
    [TypeAttribute in FilteredKeys<Type, FieldType>]: {
        fieldValue?: StringToFieldTypeValue<Type[TypeAttribute]>;
        typeAttribute: TypeAttribute;
    }
}

Type Parameters