Might be a silly question since I am new to TS, bu...
# support-questions-legacy
j
Might be a silly question since I am new to TS, but how do I import the
SuperTokensConfig
type? I tried
import { SuperTokensConfig } from 'supertokens-auth-react/types';
, but I get an error about
Cannot find module 'supertokens-auth-react/types' or its corresponding type declarations.
. I tried searching github (https://cs.github.com/?scopeName=All+repos&scope=&q=language%3Atypescript+%22SuperTokensConfig%22), but didn't find any usage examples outside of the supertokens repo