We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a4a35 commit 01fef26Copy full SHA for 01fef26
packages-exp/auth-exp/src/platform_browser/iframe/gapi.iframes.ts
@@ -15,6 +15,10 @@
15
* limitations under the License.
16
*/
17
18
+ // For some reason, the linter doesn't recognize that these are used elsewhere
19
+ // in the SDK
20
+ /* eslint-disable @typescript-eslint/no-unused-vars */
21
+
22
declare namespace gapi {
23
type LoadCallback = () => void;
24
interface LoadConfig {}
0 commit comments