@vonage/client-sdk
Version:
The Client SDK is intended to provide a ready solution for developers to build Programmable Conversation applications across multiple Channels including: Messages, Voice, SIP, websockets, and App.
44 lines (43 loc) • 904 B
JSON
{
"$schema": "https://typedoc.org/schema.json",
"disableSources": true,
"hideGenerator": true,
"navigation": {
"includeCategories": true,
"includeGroups": true
},
"excludeInternal": true,
// "plugin": ["typedoc-plugin-missing-exports"],
"categorizeByGroup": true,
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": true,
"external": true,
"@alpha": true,
"@beta": true
},
"excludeReferences": true,
"excludeNotDocumented": true,
"excludeNotDocumentedKinds": [
"Module",
"Namespace",
// "Enum",
// "EnumMember",
"Variable",
"Function",
// "Class",
// "Interface",
// "Constructor",
// "Property",
"Method",
"CallSignature",
"IndexSignature",
"ConstructorSignature",
// "Accessor",
// "GetSignature",
// "SetSignature",
"TypeAlias",
"Reference"
]
}