mirror of https://github.com/OpenVidu/openvidu.git
4 lines
51 B
TypeScript
4 lines
51 B
TypeScript
![]() |
export interface ObjMap<T> {
|
||
|
[s: string]: T;
|
||
|
}
|