Skip to content

Commit

Permalink
fix(callForward): removed unwanted types
Browse files Browse the repository at this point in the history
  • Loading branch information
sokn-sys authored and Waseemraj committed Aug 16, 2023
1 parent 53e6444 commit e01f3a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/webexcalling/src/ICallForwardAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ export interface IVoicemailSettingsResponse {

export interface ICallSettingsAdapter {
refreshCallForward(): void;
refresVoicemail(): void;
getCallForwardSettings(): Observable<IAlways>;
getVoicemailSetting():Observable<IVoicemailSetting>;
getCallForwardSettings(): Observable<string>;
}
//# sourceMappingURL=ICallForwardAdapter.d.ts.map

0 comments on commit e01f3a9

Please sign in to comment.