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

    Type Alias MultiValueTypeToFieldRestrictions<Type>

    MultiValueTypeToFieldRestrictions: {
        [TypeAttribute in FilteredKeys<Type, FieldType>]?: StringToFieldRestrictions<
            Type[TypeAttribute],
        >
    }

    Type Parameters