Skip to content

Commit

Permalink
- fix indentation of typings
Browse files Browse the repository at this point in the history
  • Loading branch information
enricop89 committed Oct 12, 2021
1 parent de2e169 commit 18d77b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions @types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ declare module "opentok-react-native" {
* Ice Config. Please check https://tokbox.com/developer/guides/configurable-turn-servers/
*/
iceConfig?: {
includeServers: 'all' | 'custom';
transportPolicy: 'all' | 'relay';
customServers: {
urls: string[];
username?: string;
credential?: string;
}[];
includeServers: 'all' | 'custom';
transportPolicy: 'all' | 'relay';
customServers: {
urls: string[];
username?: string;
credential?: string;
}[];
};
}

Expand Down

0 comments on commit 18d77b0

Please sign in to comment.