Sun Walker
06/13/2020, 9:16 AMSuperTokensRequest.init("https://api.example.com/api/refresh", 440, {});
Is the recommended init for axios
SuperTokensRequest.init("https://api.example.com/api/refresh", 440, true, {});
is the recommended init for fetch
axios init shows TS error