@uploadcare/rest-client
    Preparing search index...

    Type Alias SearchFilesExact

    Exact matching. A file matches a field if it equals any of its values.

    type SearchFilesExact = {
        detectedMimeType?: string[];
        metadata?: SearchFilesExactMetadata;
        originalFilename?: string[];
        uuid?: string[];
    }
    Index

    Properties

    detectedMimeType?: string[]
    originalFilename?: string[]
    uuid?: string[]