Interface PlatformSpecificAdapterContribution

interface PlatformSpecificAdapterContribution {
    args?: string[];
    program?: string;
    runtime?: string;
    runtimeArgs?: string[];
}

Hierarchy (view full)

Properties

args?: string[]
program?: string
runtime?: string
runtimeArgs?: string[]