All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.elements.Paths.mjs Maven / Gradle / Ivy

There is a newer version: 1.0.0-alpha.9
Show newest version
import { ObjectElement } from '@swagger-api/apidom-core';
class Paths extends ObjectElement {
  constructor(content, meta, attributes) {
    super(content, meta, attributes);
    this.element = 'paths';
  }
}
export default Paths;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy