Interface Contribution

interface Contribution {
    configure(service): void;
}

Methods

Methods