UNPKG

@sotatech/node-fixjs

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