From 18d77b03b0f74c209b9751b558afcc3544f251e1 Mon Sep 17 00:00:00 2001 From: enricop89 Date: Tue, 12 Oct 2021 15:53:10 +0100 Subject: [PATCH] - fix indentation of typings --- @types/index.d.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/@types/index.d.ts b/@types/index.d.ts index 7507d93a..9c6be5ef 100644 --- a/@types/index.d.ts +++ b/@types/index.d.ts @@ -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; + }[]; }; }