UNPKG

vue-service-model

Version:

Vue.js library for handling REST service requests with caching, aggregation and model definitions

7 lines (5 loc) 102 B
interface Dictionary<T> { [Key: string]: T } export { Dictionary } export default Dictionary