UNPKG

free-fx

Version:

11 lines (10 loc) 255 B
export interface ISpecSections { SectionID: string; Name: string; DisplayOrder: number; Volume: string; NotReqXML: number; FIXMLFileName: string; Description: string; } export declare const SECTIONS: ISpecSections[];