jin49
10/12/2022, 8:11 PMconst config: SuperTokensConfig = { appInfo: ..., ...}
and have typescript enforce type correctness of the configrp
10/12/2022, 8:14 PMconfig
is wrong, TS will complainporcellus
10/12/2022, 8:16 PMts
const config: Parameters<typeof SuperTokens.init>[0] = {.... };
jin49
10/12/2022, 8:17 PMporcellus
10/12/2022, 9:23 PM