free-fx
Version:
15 lines (14 loc) • 355 B
TypeScript
export interface ISpecComponents {
ComponentID: number;
ComponentType: string;
CategoryID: string;
Name: string;
AbbrName: string;
NotReqXML: number;
Description?: string;
updated?: string;
updatedEP?: number;
added: string;
addedEP?: number;
}
export declare const COMPONENTS: ISpecComponents[];