UNPKG

jspurefix

Version:
8 lines (7 loc) 209 B
import { ILooseObject } from '../../../collections/collection'; export interface IRepositoryEnum extends ILooseObject { Tag: string; Value: string; SymbolicName: string; Description: string; }