UNPKG

jspurefix

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