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

    Type Alias MultiValueMappedFieldChange<Type>

    MultiValueMappedFieldChange: {
        [TypeAttribute in FilteredKeys<Type, FieldType>]: {
            change: FieldChange<StringToFieldTypeValue<Type[TypeAttribute]>>;
            typeAttribute: TypeAttribute;
        }
    }

    Type Parameters