openvidu/openvidu-browser/lib/OpenViduInternal/Interfaces/Private/ObjMap.d.ts

4 lines
51 B
TypeScript

export interface ObjMap<T> {
[s: string]: T;
}