Preparing search index...
The search index is not available
@companion-module/base
@companion-module/base
CompanionHTTPResponse
Interface CompanionHTTPResponse
interface
CompanionHTTPResponse
{
body
?:
string
;
headers
?:
Record
<
string
,
any
>
;
status
?:
number
;
}
Index
Properties
body?
headers?
status?
Properties
Optional
body
body
?:
string
Optional
headers
headers
?:
Record
<
string
,
any
>
Optional
status
status
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
status
@companion-module/base
Loading...