package.es.elements.nces.Webhooks.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-ns-openapi-3-1 Show documentation
Show all versions of apidom-ns-openapi-3-1 Show documentation
OpenAPI 3.1.x namespace for ApiDOM.
The newest version!
import { ObjectElement } from '@swagger-api/apidom-core';
class Webhooks extends ObjectElement {
static primaryClass = 'webhooks';
constructor(content, meta, attributes) {
super(content, meta, attributes);
this.classes.push(Webhooks.primaryClass);
}
}
export default Webhooks;