Skip to content

Commit

Permalink
fix(speeDialType): added speedDial Type
Browse files Browse the repository at this point in the history
  • Loading branch information
akulakum committed Jun 5, 2023
1 parent 51e79dc commit 02e95a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/webexcalling/src/ISpeedDialsAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ export interface ISpeedDialRecord {
givenName?: string;
photo?: string;
name?: string;
phoneNumbers?: any
emailAddresses?: any,
phoneNumbers?: any;
emailAddresses?: any;
address?: string;
defaultKey?: string
selectedIndex?: any
defaultKey?: string;
selectedIndex?: any;
isOutlookDeleted?: boolean;
}
export interface ISpeedDialsAdapter {
refresh?(ID?: string): void;
Expand Down

0 comments on commit 02e95a7

Please sign in to comment.