Preparing search index...
The search index is not available
@codegrade/apiv2-client
@codegrade/apiv2-client
AutoTestSnapshotSource
Visitor
Interface Visitor<T>
interface
Visitor
<
T
>
{
_
:
(
name
:
string
,
value
:
any
)
=>
T
;
copied
:
(
value
:
AutoTestCopiedSnapshotSource
)
=>
T
;
ran
:
(
value
:
AutoTestRanSnapshotSource
)
=>
T
;
}
Type Parameters
T
Index
Properties
_
copied
ran
Properties
_
_
:
(
name
:
string
,
value
:
any
)
=>
T
copied
copied
:
(
value
:
AutoTestCopiedSnapshotSource
)
=>
T
ran
ran
:
(
value
:
AutoTestRanSnapshotSource
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
copied
ran
@codegrade/apiv2-client
Loading...