chore: github actions (#3472)

This commit is contained in:
Mike Diarmid
2020-04-17 14:54:16 +01:00
committed by GitHub
parent b412c7139a
commit e427fcfd9b
50 changed files with 511 additions and 576 deletions

View File

@@ -638,6 +638,7 @@ export namespace FirebaseAnalyticsTypes {
search_term: string;
}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface Statics {}
/**

View File

@@ -23,7 +23,6 @@ import {
isOneOf,
isString,
isUndefined,
isArray,
} from '@react-native-firebase/app/lib/common';
import { validateStruct, validateCompound } from '@react-native-firebase/app/lib/common/struct';