@adcp/sdk API Reference - v7.9.0
Documentation
GitHub
npm
Preparing search index...
ExpressAppLike
Interface ExpressAppLike
Minimal Express app surface the adapter's
mount()
helper needs.
interface
ExpressAppLike
{
use
(
path
:
string
,
...
handlers
:
RequestHandler
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
,
>
[]
,
)
:
unknown
;
}
Index
Methods
use
Methods
use
use
(
path
:
string
,
...
handlers
:
RequestHandler
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
,
>
[]
,
)
:
unknown
Parameters
path
:
string
...
handlers
:
RequestHandler
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
[]
Returns
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
use
Documentation
GitHub
npm
@adcp/sdk API Reference - v7.9.0
Loading...
Minimal Express app surface the adapter's
mount()helper needs.