No need for this export

This commit is contained in:
RMidhunSuresh 2022-02-01 19:29:11 +05:30
parent 6eba60bd75
commit 7bb7189c6a

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
export type Auth = {
type Auth = {
[key: string]: any;
}