Calling type improvements

This commit is contained in:
Josh Perez 2020-09-04 14:27:12 -04:00 committed by Evan Hahn
parent 2bedd41e57
commit aeff7540c8
5 changed files with 18 additions and 13 deletions

View file

@ -2,7 +2,7 @@ import React from 'react';
import { Timestamp } from './Timestamp';
import { LocalizerType } from '../../types/Util';
import { CallHistoryDetailsType } from '../../services/calling';
import { CallHistoryDetailsType } from '../../types/Calling';
export type PropsData = {
// Can be undefined because it comes from JS.