Interface ImplementationOptions

interface ImplementationOptions {
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

workDoneProgress?: boolean