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

    Type Alias MultiValueTypeToFieldValue<Type>

    MultiValueTypeToFieldValue: {
        [TypeAttribute in FilteredKeys<Type, FieldType>]?:
            | StringToFieldTypeValue<Type[TypeAttribute]>
            | string
    }

    Type Parameters