type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
53 lines (52 loc) • 1.11 kB
YAML
### YamlMime:UniversalReference
items:
- uid: botbuilder.WebResponse
name: WebResponse
fullName: WebResponse
children:
- botbuilder.WebResponse.end
- botbuilder.WebResponse.send
langs:
- typeScript
type: interface
summary: Express or Restify Response object.
package: botbuilder
- uid: botbuilder.WebResponse.end
name: end
children: []
type: method
langs:
- typeScript
summary: ''
syntax:
content: 'function end(args: any[])'
parameters:
- id: args
type:
- 'any[]'
description: ''
return:
type:
- any
- uid: botbuilder.WebResponse.send
name: send
children: []
type: method
langs:
- typeScript
summary: ''
syntax:
content: 'function send(status: number, body?: any)'
parameters:
- id: status
type:
- number
description: ''
- id: body
type:
- any
description: ''
optional: true
return:
type:
- any