free-fx
Version:
14 lines (13 loc) • 345 B
TypeScript
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[];