MultiValueMappedMaskChange<Type>: {
    [TypeAttribute in FilteredKeys<Type, FieldType>]: {
        fieldValue: string;
        typeAttribute: TypeAttribute;
    }
}

Type Parameters