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

    Type Alias BaseConversionOption<T>

    type BaseConversionOption<T> = {
        paths: string[];
        store?: StoreValue;
        type: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    paths: string[]
    store?: StoreValue
    type: T