SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Type Alias MultiValueMappedUnmaskChange<Type>

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

    Type Parameters