Type alias BaseConversionOption<T>

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

Type Parameters

  • T

Type declaration

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

Generated using TypeDoc