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

    Type Alias MultiValueMappedFileChange<Type>

    MultiValueMappedFileChange: {
        [TypeAttribute in FilteredKeys<Type, "FILE">]: {
            change: FileChange;
            typeAttribute: TypeAttribute;
        }
    }

    Type Parameters