Search
Preparing search index...
The search index is not available
@morgan-stanley/ts-mocking-bird
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
IMyService
Interface IMyService
An example interface that we want to mock
Hierarchy
IMyService
Implemented by
MyService
Index
Properties
function
One
function
Three
function
Two
prop
One
prop
Three
prop
Two
Properties
function
One
function
One
:
(
)
=>
void
Type declaration
(
)
:
void
Returns
void
function
Three
function
Three
:
(
)
=>
string
Type declaration
(
)
:
string
Returns
string
function
Two
function
Two
:
(
value
:
string
)
=>
boolean
Type declaration
(
value
:
string
)
:
boolean
Parameters
value:
string
Returns
boolean
prop
One
prop
One
:
string
Optional
prop
Three
prop
Three
:
undefined
|
number
prop
Two
prop
Two
:
string
Globals
IMy
Service
function
One
function
Three
function
Two
prop
One
prop
Three
prop
Two
Generated using
TypeDoc
An example interface that we want to mock