Interface FrontendVariableContribution

interface FrontendVariableContribution {
    registerVariables(service): void;
}

Methods