UNPKG
caprover-lib
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A library to communicate with CapRover instances
HorusGoul/caprover-lib
caprover-lib
/
dist
/
models
/
IHashMapGeneric.d.ts
4 lines
•
106 B
TypeScript
View Raw
1
2
3
4
export
interface
IHashMapGeneric
<
T
> { [
id: string
]: T; }
//# sourceMappingURL=IHashMapGeneric.d.ts.map