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

    Type Alias ConversionInfoResponse

    type ConversionInfoResponse = {
        convertedGroups: Record<string, string>;
        error: string | null;
        format: { conversionFormats: { name: string }[]; name: string };
    }
    Index

    Properties

    convertedGroups: Record<string, string>
    error: string | null
    format: { conversionFormats: { name: string }[]; name: string }