UNPKG
free-fx
Version:
latest (1.0.0)
1.0.0
free-fx
/
build
/
spec
/
SpecSections.d.ts
11 lines
(10 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
ISpecSections
{
SectionID
:
string
;
Name
:
string
;
DisplayOrder
:
number
;
Volume
:
string
;
NotReqXML
:
number
;
FIXMLFileName
:
string
;
Description
:
string
; }
export
declare
const
SECTIONS
:
ISpecSections
[];