interface ModuleArgs {
    source: string;
    version?: string;
}

Hierarchy (view full)

Properties

Properties

source: string
version?: string