Interface PassthroughOptions

Passthrough backend options

interface PassthroughOptions {
    fs: __module;
    prefix?: string;
}

Properties

Properties

fs: __module
prefix?: string