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

    Type Alias MultiValueTypeToUnmaskedFieldValue<Type>

    MultiValueTypeToUnmaskedFieldValue: {
        [TypeAttribute in FilteredKeys<Type, FieldType>]?: StringToFieldTypeValue<
            Type[TypeAttribute],
        >
    }

    Type Parameters