UNPKG

caprover-lib

Version:

A library to communicate with CapRover instances

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