source:
node_modules/@swagger-api/apidom-ast/es/json/nodes/JsonStringContent.mjs
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 153 bytes |
Line | |
---|---|
1 | import JsonValue from "./JsonValue.mjs"; |
2 | class JsonStringContent extends JsonValue { |
3 | static type = 'stringContent'; |
4 | } |
5 | export default JsonStringContent; |
Note:
See TracBrowser
for help on using the repository browser.