Interface NativeBackendConfig

interface NativeBackendConfig {
    binaryPath?: string;
    workDir?: string;
    inputDir?: string;
    env?: Record<string, string>;
}

Properties

binaryPath?: string
workDir?: string
inputDir?: string
env?: Record<string, string>