adif-parser-ts
Preparing search index...
simple-adif
SimpleAdif
Interface SimpleAdif
A minimal interface for describing ADIF data.
interface
SimpleAdif
{
header
?:
{
[
field
:
string
]:
string
}
;
records
?:
{
[
field
:
string
]:
string
}
[]
;
}
Index
Properties
header?
records?
Properties
Optional
header
header
?:
{
[
field
:
string
]:
string
}
Optional
records
records
?:
{
[
field
:
string
]:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
header
records
adif-parser-ts
Loading...
A minimal interface for describing ADIF data.