@loopback/docs
Version:
Documentation for LoopBack 4
90 lines (89 loc) • 2.35 kB
JSON
{
"metadata": {
"toolPackage": "@microsoft/api-extractor",
"toolVersion": "7.2.1",
"schemaVersion": 1001,
"oldestForwardsCompatibleVersion": 1001
},
"kind": "Package",
"canonicalReference": "@loopback/openapi-v3-types",
"docComment": "",
"name": "@loopback/openapi-v3-types",
"members": [
{
"kind": "EntryPoint",
"canonicalReference": "",
"name": "",
"members": [
{
"kind": "Function",
"canonicalReference": "(createEmptyApiSpec:0)",
"docComment": "/**\n * Create an empty OpenApiSpec object that's still a valid openapi document.\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare function "
},
{
"kind": "Reference",
"text": "createEmptyApiSpec"
},
{
"kind": "Content",
"text": "(): "
},
{
"kind": "Reference",
"text": "OpenApiSpec"
},
{
"kind": "Content",
"text": ";"
}
],
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"overloadIndex": 0,
"parameters": [],
"name": "createEmptyApiSpec"
},
{
"kind": "TypeAlias",
"canonicalReference": "OpenApiSpec",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type "
},
{
"kind": "Reference",
"text": "OpenApiSpec"
},
{
"kind": "Content",
"text": " = "
},
{
"kind": "Reference",
"text": "OpenAPIObject"
},
{
"kind": "Content",
"text": ";"
}
],
"releaseTag": "Public",
"name": "OpenApiSpec",
"typeTokenRange": {
"startIndex": 3,
"endIndex": 4
}
}
]
}
]
}