UNPKG

@devmn/cloud-cli

Version:

CLI tool for Intelligo Cloud.

4 lines (3 loc) 60 B
export interface IHashMapGeneric<T> { [id: string]: T }