UNPKG

@webda/core

Version:

Expose API with Lambda

13 lines 363 B
export class AbstractDeployer { /** * Allow to specify the JSONSchema to configure this service * * Return undefined by default to fallback on the guess from ServiceParamaters * * Using this method should only be exception */ static getSchema() { return undefined; } } //# sourceMappingURL=abstractdeployer.js.map