UNPKG

free-fx

Version:

14 lines (13 loc) 345 B
export interface ISpecCategories { CategoryID: string; FIXMLFileName: string; NotReqXML: number; GenerateImplFile: number; ComponentType: string; SectionID?: string; Volume: number; IncludeFile?: string; added?: string; addedEP?: number; } export declare const CATEGORIES: ISpecCategories[];