UNPKG

@sotatech/node-fixjs

Version:
30 lines (29 loc) 634 B
interface Ref { id: number; added: string; presence?: string; addedEP?: string; updated?: string; updatedEP?: string; deprecated?: string; deprecatedEP?: string; description?: string; } export interface ISpecComponents { id: number; name: string; category: string; abbrName: string; description: string; added: string; fieldRef?: Ref[]; groupRef?: Ref[]; componentRef?: Ref[]; addedEP?: string; updated?: string; updatedEP?: string; deprecated?: string; deprecatedEP?: string; } export declare const COMPONENTS: ISpecComponents[]; export {};