Documentation
Preparing search index...
@dry-lint/dry-lint
Declaration
Interface Declaration<TShape>
Represents a declaration emitted by an extractor plugin.
interface
Declaration
<
TShape
=
Record
<
string
,
unknown
>
>
{
id
:
string
;
kind
:
string
;
location
:
{
file
:
string
;
name
:
string
}
;
shape
:
TShape
;
}
Type Parameters
TShape
=
Record
<
string
,
unknown
>
Index
Properties
id
kind
location
shape
Properties
id
id
:
string
kind
kind
:
string
location
location
:
{
file
:
string
;
name
:
string
}
shape
shape
:
TShape
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
kind
location
shape
Documentation
Loading...
Represents a declaration emitted by an extractor plugin.