Interface AIVariableContribution

interface AIVariableContribution {
    registerVariables(service): void;
}

Implemented by

Methods